fix: duplicate column in the stock ledger report

This commit is contained in:
Rohit Waghchaure
2024-04-26 10:43:30 +05:30
parent 90d1873ad0
commit be7fd6bfb4

View File

@@ -231,13 +231,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",