mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 00:55:02 +00:00
update bom no options in stock entry
This commit is contained in:
3
erpnext/patches/jan_mar_2012/update_se_fld_options.py
Normal file
3
erpnext/patches/jan_mar_2012/update_se_fld_options.py
Normal file
@@ -0,0 +1,3 @@
|
||||
def execute():
|
||||
import webnotes
|
||||
webnotes.conn.sql("update `tabDocField` set options = 'Bill Of Materials' where fieldname = 'bom_no' and parent = 'Stock Entry'")
|
||||
Reference in New Issue
Block a user