Skip to content

Commit

Permalink
fix: no permission to read Doctype (backport #44256) (#44258)
Browse files Browse the repository at this point in the history
fix: no permission to read Doctype (#44256)

(cherry picked from commit 57293aa)

Co-authored-by: rohitwaghchaure <[email protected]>
  • Loading branch information
mergify[bot] and rohitwaghchaure authored Nov 21, 2024
1 parent d0e2b7c commit 8b15a96
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ def get_columns(filters, data):
{
"label": _("Voucher Type"),
"fieldname": "voucher_type",
"fieldtype": "Link",
"options": "DocType",
"width": 120,
},
{
Expand Down

0 comments on commit 8b15a96

Please sign in to comment.