From 176f3afd149b655607bcc61d12b4e69848915cc0 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Fri, 16 Aug 2013 16:17:34 +0530 Subject: [PATCH] [fix] [minor] fixes in POS Invoice print format --- .../Print Format/POS Invoice/POS Invoice.txt | 17 +++++++++-------- patches/patch_list.py | 1 + 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/accounts/Print Format/POS Invoice/POS Invoice.txt b/accounts/Print Format/POS Invoice/POS Invoice.txt index edd5f111b86..672c107b847 100644 --- a/accounts/Print Format/POS Invoice/POS Invoice.txt +++ b/accounts/Print Format/POS Invoice/POS Invoice.txt @@ -1,21 +1,22 @@ [ { - "owner": "Administrator", - "docstatus": 0, "creation": "2011-12-21 11:08:55", + "docstatus": 0, + "modified": "2013-08-16 16:15:46", "modified_by": "Administrator", - "modified": "2012-03-20 12:29:49" + "owner": "Administrator" }, { "doc_type": "Sales Invoice", - "name": "__common__", - "module": "Accounts", "doctype": "Print Format", - "html": "\n\n\n\n\n\n\n\n\n\n \n \n\n\n \n\n
NO: DATE:
M/s
\n\n
\n\n
\n\n

\n\n \n \n \n \n
For
 
Signatory
\n\n\n", + "html": "\n\n\n\n\n\n\n\n\n\n \n \n\n\n \n\n
NO: DATE:
M/s
\n\n
\n\n
\n\n

\n\n \n \n \n \n
For
 
Signatory
\n\n\n", + "module": "Accounts", + "name": "__common__", + "print_format_type": "Client", "standard": "Yes" }, { - "name": "POS Invoice", - "doctype": "Print Format" + "doctype": "Print Format", + "name": "POS Invoice" } ] \ No newline at end of file diff --git a/patches/patch_list.py b/patches/patch_list.py index 13a80f42fcf..f061077f833 100644 --- a/patches/patch_list.py +++ b/patches/patch_list.py @@ -255,4 +255,5 @@ patch_list = [ "patches.august_2013.p02_rename_price_list", "patches.august_2013.p03_pos_setting_replace_customer_account", "patches.august_2013.p05_employee_birthdays", + "execute:webnotes.reload_doc('accounts', 'Print Format', 'POS Invoice') # 2013-08-16", ] \ No newline at end of file