From 7cb1c57aebfe2f1a59f31d68631fe0fa720a8e2f Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 30 Aug 2011 17:39:38 +0530 Subject: [PATCH] reload delivery note detail and item coustomer details --- patches/patch.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/patches/patch.py b/patches/patch.py index 159f1e0e32..b33e1a15bd 100644 --- a/patches/patch.py +++ b/patches/patch.py @@ -1,7 +1,7 @@ # REMEMBER to update this # ======================== -last_patch = 349 +last_patch = 350 #------------------------------------------- def execute(patch_no): @@ -270,3 +270,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')