stock entry: new purpose others added in stock entry
This commit is contained in:
parent
31e0eacb7a
commit
547478f973
6
erpnext/patches/jan_mar_2012/stock_entry_others_patch.py
Normal file
6
erpnext/patches/jan_mar_2012/stock_entry_others_patch.py
Normal file
@ -0,0 +1,6 @@
|
||||
def execute():
|
||||
import webnotes
|
||||
from webnotes.modules.module_manager import reload_doc
|
||||
reload_doc('stock', 'doctype', 'stock_entry')
|
||||
|
||||
webnotes.conn.sql("update `tabDocField` set options = concat(options, '\nOthers') where fieldname = 'purpose' and parent = 'Stock Entry'")
|
Loading…
x
Reference in New Issue
Block a user