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