mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
moved directory structure
This commit is contained in:
7
patches/jan_mar_2012/update_se_fld_options.py
Normal file
7
patches/jan_mar_2012/update_se_fld_options.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from __future__ import unicode_literals
|
||||
def execute():
|
||||
import webnotes
|
||||
webnotes.conn.sql("update `tabDocField` set options = 'BOM' where fieldname = 'bom_no' and parent = 'Stock Entry'")
|
||||
|
||||
from webnotes.modules import reload_doc
|
||||
reload_doc('stock', 'doctype', 'stock_entry')
|
||||
Reference in New Issue
Block a user