Rushabh Mehta | 49dc5da | 2012-08-03 16:02:24 +0530 | [diff] [blame] | 1 | from __future__ import unicode_literals |
Nabin Hait | 8d97290 | 2012-07-31 14:12:23 +0530 | [diff] [blame] | 2 | def execute(): |
3 | import webnotes | ||||
4 | webnotes.conn.sql("update `tabDocPerm` set permlevel = 0 where parent = 'Bin'") |