Skip to content

Commit f9d1995

Browse files
rohitwaghchauremergify[bot]
authored andcommitted
fix: Serial No Ledger permission issue
(cherry picked from commit 1a670ff)
1 parent 1331fb7 commit f9d1995

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

erpnext/stock/report/serial_no_ledger/serial_no_ledger.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ def get_columns(filters):
2222
{"label": _("Posting Time"), "fieldtype": "Time", "fieldname": "posting_time", "width": 90},
2323
{
2424
"label": _("Voucher Type"),
25-
"fieldtype": "Link",
25+
"fieldtype": "Data",
2626
"fieldname": "voucher_type",
27-
"options": "DocType",
2827
"width": 160,
2928
},
3029
{

0 commit comments

Comments
 (0)