fix: duplicate column in the stock ledger report

(cherry picked from commit be7fd6bfb4)
This commit is contained in:
Rohit Waghchaure
2024-04-26 10:43:30 +05:30
committed by Mergify
parent 7656fe4bfc
commit 3fcdcef178

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