From 0382d5a01da60c81fd006b7e46ce2fffcb99108a Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Thu, 2 May 2013 16:42:26 +0530 Subject: [PATCH] [patch] [fix] reload print format doctype --- patches/patch_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/patch_list.py b/patches/patch_list.py index 3a04b996b6..ed1c8462cd 100644 --- a/patches/patch_list.py +++ b/patches/patch_list.py @@ -154,7 +154,7 @@ patch_list = [ "patches.january_2013.remove_tds_entry_from_gl_mapper", "patches.january_2013.update_number_format", "patches.january_2013.purchase_price_list", - "execute:webnotes.reload_doc('core', 'doctype', 'print_format')", + "execute:webnotes.reload_doc('core', 'doctype', 'print_format') #2013-01", "execute:webnotes.reload_doc('accounts','Print Format','Payment Receipt Voucher')", "patches.january_2013.update_fraction_for_usd", "patches.january_2013.enable_currencies",