2013-08-05 14:59:54 +05:30
|
|
|
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd.
|
|
|
|
# License: GNU General Public License v3. See license.txt
|
|
|
|
|
2012-10-01 11:35:49 +05:30
|
|
|
from __future__ import unicode_literals
|
2012-09-28 16:45:05 +05:30
|
|
|
import webnotes
|
|
|
|
def execute():
|
|
|
|
webnotes.conn.sql("""update `tabDocPerm` set cancel=1
|
|
|
|
where parent='Profile' and role in ('System Manager', 'Administrator') and permlevel=0""")
|