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