2013-08-05 09:29:54 +00:00
|
|
|
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd.
|
|
|
|
# License: GNU General Public License v3. See license.txt
|
|
|
|
|
2012-08-03 10:32:24 +00:00
|
|
|
from __future__ import unicode_literals
|
2012-07-31 08:42:23 +00:00
|
|
|
def execute():
|
|
|
|
import webnotes
|
|
|
|
webnotes.conn.sql("update `tabDocPerm` set permlevel = 0 where parent = 'Bin'")
|