mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
removed landed cost master
This commit is contained in:
@@ -16,7 +16,7 @@ def project_perms():
|
||||
|
||||
def stock_perms():
|
||||
webnotes.conn.sql("""delete from `tabDocPerm`
|
||||
where parent in ('Landed Cost Master', 'Landed Cost Wizard',
|
||||
where parent in ('Landed Cost Wizard',
|
||||
'Sales and Purchase Return Tool') and role='All' and permlevel=0""")
|
||||
|
||||
def account_perms():
|
||||
|
||||
Reference in New Issue
Block a user