Merge pull request #38984 from Gubbu77/patch-1
fix(Report): Increased the column width in the Account Balance Report
This commit is contained in:
commit
9947bae60e
@ -22,7 +22,7 @@ def get_columns(filters):
|
|||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
"fieldname": "account",
|
"fieldname": "account",
|
||||||
"options": "Account",
|
"options": "Account",
|
||||||
"width": 100,
|
"width": 200,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": _("Currency"),
|
"label": _("Currency"),
|
||||||
@ -30,7 +30,7 @@ def get_columns(filters):
|
|||||||
"fieldname": "currency",
|
"fieldname": "currency",
|
||||||
"options": "Currency",
|
"options": "Currency",
|
||||||
"hidden": 1,
|
"hidden": 1,
|
||||||
"width": 50,
|
"width": 100,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": _("Balance"),
|
"label": _("Balance"),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user