Merge pull request #41196 from frappe/mergify/bp/version-14-hotfix/pr-41192

fix: duplicate column in the stock ledger report (backport #41192)
This commit is contained in:
rohitwaghchaure
2024-04-26 12:49:35 +05:30
committed by GitHub

View File

@@ -156,13 +156,6 @@ def get_columns(filters):
"width": 100,
"convertible": "qty",
},
{
"label": _("Voucher #"),
"fieldname": "voucher_no",
"fieldtype": "Dynamic Link",
"options": "voucher_type",
"width": 150,
},
{
"label": _("Warehouse"),
"fieldname": "warehouse",