From d780baeacc92c4c8c83fde464de75982a503f2cd Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 1 Oct 2013 11:22:51 +0530 Subject: [PATCH] [fix] [minor] fixes in old patch --- patches/august_2013/p02_rename_price_list.py | 1 + 1 file changed, 1 insertion(+) diff --git a/patches/august_2013/p02_rename_price_list.py b/patches/august_2013/p02_rename_price_list.py index 41efb273069..0a1929925ba 100644 --- a/patches/august_2013/p02_rename_price_list.py +++ b/patches/august_2013/p02_rename_price_list.py @@ -6,6 +6,7 @@ import webnotes def execute(): webnotes.reload_doc("selling", "doctype", "shopping_cart_price_list") + webnotes.reload_doc("setup", "doctype", "item_price") for t in [ ("Supplier Quotation", "price_list_name", "buying_price_list"),