mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 19:19:17 +00:00
reload delivery note detail and item coustomer details
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# REMEMBER to update this
|
# REMEMBER to update this
|
||||||
# ========================
|
# ========================
|
||||||
|
|
||||||
last_patch = 349
|
last_patch = 350
|
||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
|
|
||||||
def execute(patch_no):
|
def execute(patch_no):
|
||||||
@@ -270,3 +270,6 @@ def execute(patch_no):
|
|||||||
# reload profile with new fields for security
|
# reload profile with new fields for security
|
||||||
delete_doc('DocType', 'Profile')
|
delete_doc('DocType', 'Profile')
|
||||||
reload_doc('core', 'doctype', 'profile')
|
reload_doc('core', 'doctype', 'profile')
|
||||||
|
elif patch_no == 350:
|
||||||
|
reload_doc('stock', 'doctype', 'delivery_note_detail')
|
||||||
|
reload_doc('stock', 'doctype', 'item_customer_detail')
|
||||||
|
|||||||
Reference in New Issue
Block a user