fix: duplicate column in the stock ledger report
This commit is contained in:
@@ -231,13 +231,6 @@ def get_columns(filters):
|
|||||||
"width": 100,
|
"width": 100,
|
||||||
"convertible": "qty",
|
"convertible": "qty",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"label": _("Voucher #"),
|
|
||||||
"fieldname": "voucher_no",
|
|
||||||
"fieldtype": "Dynamic Link",
|
|
||||||
"options": "voucher_type",
|
|
||||||
"width": 150,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"label": _("Warehouse"),
|
"label": _("Warehouse"),
|
||||||
"fieldname": "warehouse",
|
"fieldname": "warehouse",
|
||||||
|
|||||||
Reference in New Issue
Block a user