Switched columns place
This commit is contained in:
parent
b498e7100c
commit
9ba6f95db5
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue