diff --git a/taxes_az/taxes_az/report/customer_outstanding_balance/customer_outstanding_balance.py b/taxes_az/taxes_az/report/customer_outstanding_balance/customer_outstanding_balance.py index d872e51..97a7ef9 100644 --- a/taxes_az/taxes_az/report/customer_outstanding_balance/customer_outstanding_balance.py +++ b/taxes_az/taxes_az/report/customer_outstanding_balance/customer_outstanding_balance.py @@ -34,14 +34,14 @@ def get_columns(): "width": 140 }, { - "label": _("Payments (Decrease)"), - "fieldname": "payments", + "label": _("New Invoices (Increase)"), + "fieldname": "new_invoices", "fieldtype": "Currency", "width": 140 }, { - "label": _("New Invoices (Increase)"), - "fieldname": "new_invoices", + "label": _("Payments (Decrease)"), + "fieldname": "payments", "fieldtype": "Currency", "width": 140 },