Merge pull request #38984 from Gubbu77/patch-1

fix(Report): Increased the column width in the Account Balance Report
This commit is contained in:
Deepesh Garg 2024-01-13 09:26:42 +05:30 committed by GitHub
commit 9947bae60e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ def get_columns(filters):
"fieldtype": "Link",
"fieldname": "account",
"options": "Account",
"width": 100,
"width": 200,
},
{
"label": _("Currency"),
@ -30,7 +30,7 @@ def get_columns(filters):
"fieldname": "currency",
"options": "Currency",
"hidden": 1,
"width": 50,
"width": 100,
},
{
"label": _("Balance"),