@ -6,7 +6,7 @@
</style>
<div class="page-break">
<div>
{% set gl = frappe.get_list(doctype="GL Entry", fields=["account", "party_type", "party", "debit", "credit", "remarks"], filters={"voucher_type": doc.doctype, "voucher_no": doc.name}) %}
{%- if not doc.get("print_heading") and not doc.get("select_print_heading")
and doc.set("select_print_heading", _("Payment Entry")) -%}{%- endif -%}
@ -4,7 +4,7 @@
.table-bordered td.right{border-right: none !important;}
.table-bordered td.left{border-left: none !important;}
and doc.set("select_print_heading", _("Journal Entry")) -%}{%- endif -%}
@ -1,5 +1,5 @@
{%- from "templates/print_formats/standard_macros.html" import add_header -%}
and doc.set("select_print_heading", _("Purchase Invoice")) -%}{%- endif -%}
and doc.set("select_print_heading", _("Sales Invoice")) -%}{%- endif -%}