From 37767738b0d7ba97399b7ce8a1c73b55ecf93f62 Mon Sep 17 00:00:00 2001 From: "Indrajith.vs" <91895505+Gubbu77@users.noreply.github.com> Date: Thu, 28 Dec 2023 12:12:52 +0530 Subject: [PATCH] fix(Report): Increased the column width in the Account Balance Report --- erpnext/accounts/report/account_balance/account_balance.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/accounts/report/account_balance/account_balance.py b/erpnext/accounts/report/account_balance/account_balance.py index 824a965cdc..b3e80a7fa3 100644 --- a/erpnext/accounts/report/account_balance/account_balance.py +++ b/erpnext/accounts/report/account_balance/account_balance.py @@ -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"),