From 452de98a6cbd0929e71c3204dacc5d2de2f3814c Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 19 Feb 2013 16:18:00 +0530 Subject: [PATCH] fixes in patch_list --- patches/patch_list.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patches/patch_list.py b/patches/patch_list.py index 770eff0cf8..538a0fd1ea 100644 --- a/patches/patch_list.py +++ b/patches/patch_list.py @@ -175,7 +175,7 @@ patch_list = [ "patches.february_2013.p05_leave_application", "patches.february_2013.gle_floating_point_issue_revisited", "patches.february_2013.fix_outstanding", - 'execute:webnotes.reload_doc([["selling", "Print Format", "Quotation Classic"], \ - ["selling", "Print Format", "Quotation Modern"], \ - ["selling", "Print Format", "Quotation Spartan"]]) # 2013-02-19', + 'execute:webnotes.reload_doc("selling", "Print Format", "Quotation Classic") # 2013-02-19', + 'execute:webnotes.reload_doc("selling", "Print Format", "Quotation Modern") # 2013-02-19', + 'execute:webnotes.reload_doc("selling", "Print Format", "Quotation Spartan") # 2013-02-19', ] \ No newline at end of file