From ddaa5a33fe5b7bcabfd5b79e29bf8c58d30b221b Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Fri, 7 Oct 2011 12:36:13 +0530 Subject: [PATCH] reload PO-PR mapper --- erpnext/patches/patch.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/erpnext/patches/patch.py b/erpnext/patches/patch.py index 72d15525f71..ae73de8bf9d 100644 --- a/erpnext/patches/patch.py +++ b/erpnext/patches/patch.py @@ -1,7 +1,7 @@ # REMEMBER to update this # ======================== -last_patch = 380 +last_patch = 381 #------------------------------------------- @@ -437,3 +437,5 @@ def execute(patch_no): elif patch_no == 380: from webnotes.session_cache import clear_cache clear_cache(webnotes.session['user']) + elif patch_no == 381: + reload_doc('stock', 'DocType Mapper', 'Purchase Order-Purchase Receipt')