reload delivery note detail and item coustomer details

This commit is contained in:
Nabin Hait 2011-08-30 17:34:14 +05:30
parent 9b5852a185
commit 7282fce711

View File

@ -1,7 +1,7 @@
# REMEMBER to update this
# ========================
last_patch = 349
last_patch = 350
#-------------------------------------------
@ -269,4 +269,6 @@ def execute(patch_no):
# reload profile with new fields for security
delete_doc('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')