From 7282fce711d4421ea92edce48a4e28f936db825e Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 30 Aug 2011 17:34:14 +0530 Subject: [PATCH] reload delivery note detail and item coustomer details --- patches/patch.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/patches/patch.py b/patches/patch.py index ca7c4d0584..2b7be9c9a5 100644 --- a/patches/patch.py +++ b/patches/patch.py @@ -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')