blob: d48460cd94e8d5ad4974c2eedc5dd46376626069 [file] [log] [blame]
Rushabh Mehta49dc5da2012-08-03 16:02:24 +05301from __future__ import unicode_literals
Nabin Hait8d972902012-07-31 14:12:23 +05302def execute():
3 import webnotes
4 webnotes.conn.sql("update `tabDocPerm` set permlevel = 0 where parent = 'Bin'")