diff --git a/erpnext/accounts/report/accounts_receivable/accounts_receivable.html b/erpnext/accounts/report/accounts_receivable/accounts_receivable.html index f4fd06ba0374..9196a0842661 100644 --- a/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +++ b/erpnext/accounts/report/accounts_receivable/accounts_receivable.html @@ -142,6 +142,9 @@
{% } %} {% if(!filters.show_future_payments) { %} {%= (filters.customer || filters.supplier) ? __("Remarks"): __("Party") %} + {% if(report.report_name === "Accounts Receivable" && frappe.boot.single_types.includes("Persat Settings")) { %} + Familia + {% } %} {% } %} {%= __("Invoiced Amount") %} {% if(!filters.show_future_payments) { %} @@ -204,6 +207,10 @@
{% } %} + {% if(report.report_name === "Accounts Receivable" && frappe.boot.single_types.includes("Persat Settings")) { %} + {%= data[i]["familia"] %} + {% } %} + {%= format_currency(data[i]["invoiced"], data[i]["currency"]) %}