From 3d2b3d37d450638fcb93958e32a89f91fbdaa3e3 Mon Sep 17 00:00:00 2001 From: Rohit Waghchaure Date: Wed, 4 Apr 2018 13:48:36 +0530 Subject: [PATCH] [Fix] Width and margin for account receivable pdc print format --- .../accounts_receivable.html | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) 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