Merge pull request #39503 from rohitwaghchaure/fixed-serial-no-ledger-permission
fix: Serial No Ledger permission issue
This commit is contained in:
commit
4832175341
@ -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,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user