fix(Report): Increased the column width in the Account Balance Report

This commit is contained in:
Indrajith.vs
2023-12-28 12:12:52 +05:30
committed by GitHub
parent a117ef3cb8
commit 37767738b0

View File

@@ -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"),