Merge branch 'master' of github.com:webnotes/erpnext into handlerupdate
This commit is contained in:
commit
9851fcef2c
@ -1,3 +1,6 @@
|
|||||||
def execute():
|
def execute():
|
||||||
import webnotes
|
import webnotes
|
||||||
webnotes.conn.sql("update `tabDocField` set options = 'Bill Of Materials' where fieldname = 'bom_no' and parent = 'Stock Entry'")
|
webnotes.conn.sql("update `tabDocField` set options = 'Bill Of Materials' where fieldname = 'bom_no' and parent = 'Stock Entry'")
|
||||||
|
|
||||||
|
from webnotes.modules.module_manager import reload_doc
|
||||||
|
reload_doc('stock', 'doctype', 'stock_entry')
|
||||||
|
|||||||
@ -202,5 +202,10 @@ patch_list = [
|
|||||||
'patch_file': 'update_purpose_se',
|
'patch_file': 'update_purpose_se',
|
||||||
'description': 'Purpose SE: Others to Other'
|
'description': 'Purpose SE: Others to Other'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'patch_module': 'patches.jan_mar_2012',
|
||||||
|
'patch_file': 'update_se_fld_options',
|
||||||
|
'description': 'Purpose SE: Others to Other'
|
||||||
|
},
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user