Set write permission to sales manger for permlevel 1 in Quotation doctype

This commit is contained in:
Rohit Waghchaure
2017-08-02 18:23:39 +05:30
committed by Nabin Hait
parent 13218f7d76
commit df83191ea0
2 changed files with 5 additions and 2 deletions

View File

@@ -8,4 +8,4 @@ def execute():
# Set write permission to permlevel 1 for sales manager role in Quotation doctype
frappe.db.sql(""" update `tabCustom DocPerm` set `tabCustom DocPerm`.write = 1
where `tabCustom DocPerm`.parent = 'Quotation' and `tabCustom DocPerm`.role = 'Sales Manager'
and `tabCustom DocPerm`.permlevel = 1 """)
and `tabCustom DocPerm`.permlevel = 1 """)