From 9ba6f95db5c4690111bce3d80579928d6daf44e7 Mon Sep 17 00:00:00 2001 From: Ali <010109ali@gmail.com> Date: Thu, 31 Jul 2025 22:04:05 +0400 Subject: [PATCH] Switched columns place --- .../customer_outstanding_balance.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 },