mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-04 05:58:27 +00:00
1. Patches ":" missing bug
2. Purchase Receipt ".get_bin_details(arg)f" is changed to ".get_bin_details(arg)"
This commit is contained in:
@@ -1405,5 +1405,5 @@ def execute(patch_no):
|
||||
# update name of questions page
|
||||
sql("update tabPage set name='questions' where name='Questions'")
|
||||
sql("update tabPage set name='question-view' where name='Question View'")
|
||||
elif patch_no == 339
|
||||
elif patch_no == 339:
|
||||
reload_doc('production','doctype','bill_of_materials')
|
||||
|
||||
Reference in New Issue
Block a user