mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 14:09:19 +00:00
fix: minor bugs in print templates
(cherry picked from commit 86ee9959a2)
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -117,7 +117,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Summary Table -->
|
|
||||||
<div class="report-table">
|
<div class="report-table">
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
@@ -136,7 +135,6 @@
|
|||||||
if (!(row.party || row.is_total_row)) continue;
|
if (!(row.party || row.is_total_row)) continue;
|
||||||
%}
|
%}
|
||||||
<tr>
|
<tr>
|
||||||
<!-- Supplier / Total -->
|
|
||||||
<td class="{% if (row.is_total_row) { %}text-bold{% } %}">
|
<td class="{% if (row.is_total_row) { %}text-bold{% } %}">
|
||||||
{% if (row.is_total_row) { %}
|
{% if (row.is_total_row) { %}
|
||||||
{%= __("Total") %}
|
{%= __("Total") %}
|
||||||
|
|||||||
@@ -117,7 +117,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Summary Table -->
|
|
||||||
<div class="report-table">
|
<div class="report-table">
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
@@ -125,7 +124,7 @@
|
|||||||
<th class="text-left">{%= __("Customer") %}</th>
|
<th class="text-left">{%= __("Customer") %}</th>
|
||||||
<th class="text-right">{%= __("Total Invoiced Amount") %}</th>
|
<th class="text-right">{%= __("Total Invoiced Amount") %}</th>
|
||||||
<th class="text-right">{%= __("Total Paid Amount") %}</th>
|
<th class="text-right">{%= __("Total Paid Amount") %}</th>
|
||||||
<th class="text-right">{%= __("Debit Note Amount") %}</th>
|
<th class="text-right">{%= __("Credit Note Amount") %}</th>
|
||||||
<th class="text-right">{%= __("Total Outstanding Amount") %}</th>
|
<th class="text-right">{%= __("Total Outstanding Amount") %}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
@@ -136,7 +135,6 @@
|
|||||||
if (!(row.party || row.is_total_row)) continue;
|
if (!(row.party || row.is_total_row)) continue;
|
||||||
%}
|
%}
|
||||||
<tr>
|
<tr>
|
||||||
<!-- Supplier / Total -->
|
|
||||||
<td class="{% if (row.is_total_row) { %}text-bold{% } %}">
|
<td class="{% if (row.is_total_row) { %}text-bold{% } %}">
|
||||||
{% if (row.is_total_row) { %}
|
{% if (row.is_total_row) { %}
|
||||||
{%= __("Total") %}
|
{%= __("Total") %}
|
||||||
|
|||||||
Reference in New Issue
Block a user