mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 07:02:54 +00:00
fix in permissions of role 'All'. Fix in Credit Days and Credit Limit permissions in Customer form
This commit is contained in:
@@ -19,4 +19,5 @@ def stock_perms():
|
|||||||
'Sales and Purchase Return Tool') and role='All' and permlevel=0""")
|
'Sales and Purchase Return Tool') and role='All' and permlevel=0""")
|
||||||
|
|
||||||
def account_perms():
|
def account_perms():
|
||||||
|
# since it is a child doctype, it does not need permissions
|
||||||
webnotes.conn.sql("""delete from tabDocPerm where parent='TDS Detail'""")
|
webnotes.conn.sql("""delete from tabDocPerm where parent='TDS Detail'""")
|
||||||
|
|||||||
Reference in New Issue
Block a user