From f2d68e2fd568ee85933da0cda71cbdbf2de39e0b Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 19 Feb 2013 15:55:11 +0530 Subject: [PATCH] display customer name instead of customer id in quotation print format --- patches/patch_list.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/patches/patch_list.py b/patches/patch_list.py index d42360ef06..770eff0cf8 100644 --- a/patches/patch_list.py +++ b/patches/patch_list.py @@ -175,4 +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', ] \ No newline at end of file