diff --git a/accounts/Print Format/Payment Receipt Voucher/Payment Receipt Voucher.txt b/accounts/Print Format/Payment Receipt Voucher/Payment Receipt Voucher.txt index bd9a52e0951..73bc63b7902 100755 --- a/accounts/Print Format/Payment Receipt Voucher/Payment Receipt Voucher.txt +++ b/accounts/Print Format/Payment Receipt Voucher/Payment Receipt Voucher.txt @@ -1,21 +1,21 @@ [ { - "owner": "Administrator", + "creation": "2012-05-01 12:46:31", "docstatus": 0, - "creation": "2012-04-11 13:16:56", + "modified": "2013-01-21 18:40:20", "modified_by": "Administrator", - "modified": "2012-04-13 12:24:59" + "owner": "Administrator" }, { "doc_type": "Journal Voucher", - "name": "__common__", - "module": "Accounts", "doctype": "Print Format", - "html": "
\n

\n

\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n
Receipt No.:
Date :
Remark:
Received From:
\n
\n\n

\n

\n
This receipt is issued subject to realization of the Cheque
\n
\n
\n\n\n\n\n

For ,


(Authorised Signatory)
", + "html": "

\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n
Receipt No.:
Date :
Remark:
Received From:
\n
\n\n

\n

\n
\n\n\n\n\n

For ,


(Authorised Signatory)
", + "module": "Accounts", + "name": "__common__", "standard": "Yes" }, { - "name": "Payment Receipt Voucher", - "doctype": "Print Format" + "doctype": "Print Format", + "name": "Payment Receipt Voucher" } ] \ No newline at end of file diff --git a/patches/patch_list.py b/patches/patch_list.py index 278809361c1..dda35247a44 100644 --- a/patches/patch_list.py +++ b/patches/patch_list.py @@ -153,4 +153,5 @@ 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('accounts','Print Format','Payment Receipt Voucher')", ] \ No newline at end of file