mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-24 01:05:39 +00:00
fix: Serial No Ledger permission issue
(cherry picked from commit 1a670ff266)
This commit is contained in:
committed by
Mergify
parent
1331fb75a3
commit
f9d1995954
@@ -22,9 +22,8 @@ def get_columns(filters):
|
|||||||
{"label": _("Posting Time"), "fieldtype": "Time", "fieldname": "posting_time", "width": 90},
|
{"label": _("Posting Time"), "fieldtype": "Time", "fieldname": "posting_time", "width": 90},
|
||||||
{
|
{
|
||||||
"label": _("Voucher Type"),
|
"label": _("Voucher Type"),
|
||||||
"fieldtype": "Link",
|
"fieldtype": "Data",
|
||||||
"fieldname": "voucher_type",
|
"fieldname": "voucher_type",
|
||||||
"options": "DocType",
|
|
||||||
"width": 160,
|
"width": 160,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user