diff --git a/erpnext/accounts/report/accounts_receivable/accounts_receivable.html b/erpnext/accounts/report/accounts_receivable/accounts_receivable.html index 3d8aedcdcc..5b68f1d2ab 100644 --- a/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +++ b/erpnext/accounts/report/accounts_receivable/accounts_receivable.html @@ -2,9 +2,8 @@ @@ -41,7 +39,7 @@ var range4 = report.columns[14].label; %} {% if(balance_row) { %} - +
@@ -100,8 +98,8 @@ {% if(report.report_name === "Accounts Receivable" || report.report_name === "Accounts Payable") { %} - - + + {% if(!filters.show_pdc_in_print) { %} {% } %} @@ -234,4 +232,4 @@ {% } %}
(Amount in {%= data[0][__("currency")] || "" %})
{%= __("Date") %}{%= __("Reference") %}{%= __("Date") %}{%= __("Reference") %}{%= (filters.customer || filters.supplier) ? __("Remarks"): __("Party") %}
-

{{ __("Printed On") }}{%= dateutil.str_to_user(dateutil.get_datetime_as_string()) %}

\ No newline at end of file +

{{ __("Printed On ") }}{%= dateutil.str_to_user(dateutil.get_datetime_as_string()) %}

\ No newline at end of file