mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 21:29:11 +00:00
corrected spelling mistake in patch
This commit is contained in:
@@ -293,7 +293,7 @@ def execute(patch_no):
|
|||||||
elif patch_no == 353:
|
elif patch_no == 353:
|
||||||
reload_doc('hr', 'doctype', 'salary_manager')
|
reload_doc('hr', 'doctype', 'salary_manager')
|
||||||
elif patch_no == 354:
|
elif patch_no == 354:
|
||||||
reload_doc('setup', 'doctype','feature_setup')
|
reload_doc('setup', 'doctype','features_setup')
|
||||||
reload_doc('stock','doctype','item')
|
reload_doc('stock','doctype','item')
|
||||||
sql("update tabDocField set label='Produced Qty',description='Updated after finished goods are transferred to FG Warehouse through Stock Entry' where parent='Production Order' and fieldname='produced_qty'")
|
sql("update tabDocField set label='Produced Qty',description='Updated after finished goods are transferred to FG Warehouse through Stock Entry' where parent='Production Order' and fieldname='produced_qty'")
|
||||||
rs = sql("select fieldname from tabDocField where parent='Features Setup' and fieldname is not null")
|
rs = sql("select fieldname from tabDocField where parent='Features Setup' and fieldname is not null")
|
||||||
|
|||||||
Reference in New Issue
Block a user