mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
fix: add missing translation function
This commit is contained in:
@@ -171,7 +171,7 @@ class AccountsReceivableSummary(ReceivablePayableReport):
|
|||||||
self.add_column(_("Difference"), fieldname="diff")
|
self.add_column(_("Difference"), fieldname="diff")
|
||||||
|
|
||||||
self.setup_ageing_columns()
|
self.setup_ageing_columns()
|
||||||
self.add_column(label="Total Amount Due", fieldname="total_due")
|
self.add_column(label=_("Total Amount Due"), fieldname="total_due")
|
||||||
|
|
||||||
if self.filters.show_future_payments:
|
if self.filters.show_future_payments:
|
||||||
self.add_column(label=_("Future Payment Amount"), fieldname="future_amount")
|
self.add_column(label=_("Future Payment Amount"), fieldname="future_amount")
|
||||||
|
|||||||
Reference in New Issue
Block a user