Switched columns place

This commit is contained in:
Ali 2025-07-31 22:04:05 +04:00
parent b498e7100c
commit 9ba6f95db5
1 changed files with 4 additions and 4 deletions

View File

@ -34,14 +34,14 @@ def get_columns():
"width": 140 "width": 140
}, },
{ {
"label": _("Payments (Decrease)"), "label": _("New Invoices (Increase)"),
"fieldname": "payments", "fieldname": "new_invoices",
"fieldtype": "Currency", "fieldtype": "Currency",
"width": 140 "width": 140
}, },
{ {
"label": _("New Invoices (Increase)"), "label": _("Payments (Decrease)"),
"fieldname": "new_invoices", "fieldname": "payments",
"fieldtype": "Currency", "fieldtype": "Currency",
"width": 140 "width": 140
}, },