fix: changed profitability analysis report width (#26165)
This commit is contained in:
parent
8958f55890
commit
43f85a2877
@ -168,21 +168,24 @@ def get_columns(filters):
|
|||||||
"label": _("Income"),
|
"label": _("Income"),
|
||||||
"fieldtype": "Currency",
|
"fieldtype": "Currency",
|
||||||
"options": "currency",
|
"options": "currency",
|
||||||
"width": 120
|
"width": 305
|
||||||
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "expense",
|
"fieldname": "expense",
|
||||||
"label": _("Expense"),
|
"label": _("Expense"),
|
||||||
"fieldtype": "Currency",
|
"fieldtype": "Currency",
|
||||||
"options": "currency",
|
"options": "currency",
|
||||||
"width": 120
|
"width": 305
|
||||||
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "gross_profit_loss",
|
"fieldname": "gross_profit_loss",
|
||||||
"label": _("Gross Profit / Loss"),
|
"label": _("Gross Profit / Loss"),
|
||||||
"fieldtype": "Currency",
|
"fieldtype": "Currency",
|
||||||
"options": "currency",
|
"options": "currency",
|
||||||
"width": 120
|
"width": 307
|
||||||
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user