Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
Forks
/
ERPNext
/
8b96ba1da65f8d71697e0f001b11da810ee0e9bc
/
.
/
patches
/
july_2012
/
bin_permission.py
blob: d48460cd94e8d5ad4974c2eedc5dd46376626069 [
file
] [
log
] [
blame
]
from
__future__
import
unicode_literals
def
execute
():
import
webnotes
webnotes
.
conn
.
sql
(
"update `tabDocPerm` set permlevel = 0 where parent = 'Bin'"
)