diff --git a/erpnext/accounts/print_format/credit_note/credit_note.json b/erpnext/accounts/print_format/credit_note/credit_note.json
index bbb04635f21..4b32cc8f5c0 100644
--- a/erpnext/accounts/print_format/credit_note/credit_note.json
+++ b/erpnext/accounts/print_format/credit_note/credit_note.json
@@ -1,51 +1,19 @@
{
- "creation": "2014-08-27 14:39:00.593377",
+ "creation": "2014-08-28 11:11:39.796473",
"disabled": 0,
"doc_type": "Journal Voucher",
"docstatus": 0,
"doctype": "Print Format",
- "html": "
{{ doc.select_print_heading or _("Credit Note") }}
-
-
-
-
{{ doc.name }}
-
-
-
-
{{ frappe.utils.formatdate(doc.voucher_date) }}
-
-
-
-
{{ _("Credit Note ") }}
-
-
-
-
{{ doc.pay_to_recd_from }}
-
-
-
-
-
-
-
-
-
-
-
{{ doc.remark }}
-
-
-
-
-{{ _("For") }} {{ doc.company }},
-
-
-
-{{ _("Authorized Signatory") }}
",
- "modified": "2014-08-27 14:49:40.088410",
+ "html": "{{ doc.select_print_heading or _(\"Credit Note\") }}
\n
\n\n
\n
{{ doc.name }}
\n
\n\n
\n
{{ frappe.utils.formatdate(doc.voucher_date) }}
\n
\n\n
\n
{{ _(\"Credit Note \") }}
\n
\n\n
\n
{{ doc.pay_to_recd_from }}
\n
\n
\n\n
\n
\n
\n
\n\n
\n
{{ doc.remark }}
\n
\n
\n
\n\n{{ _(\"For\") }} {{ doc.company }},
\n
\n
\n
\n{{ _(\"Authorized Signatory\") }}
\n",
+ "idx": 2,
+ "modified": "2014-08-28 11:15:38.677618",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Credit Note",
"owner": "Administrator",
+ "parent": "Journal Voucher",
+ "parentfield": "__print_formats",
+ "parenttype": "DocType",
"print_format_type": "Server",
"standard": "Yes"
}
\ No newline at end of file