diff --git a/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py b/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py index 85c7daa4e5..a7d1820850 100644 --- a/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +++ b/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py @@ -46,7 +46,7 @@ def validate_filters(filters): def get_columns(filters): return [ - _("Payment Document") + ":Link/DocType: 100", + _("Payment Document") + ":: 100", _("Payment Entry") + ":Dynamic Link/"+_("Payment Document")+":140", _("Party Type") + "::100", _("Party") + ":Dynamic Link/Party Type:140",