5 lines
125 B
Python
5 lines
125 B
Python
import webnotes
|
|
def execute():
|
|
webnotes.conn.sql("""update tabDocPerm set `report`=`read`
|
|
where ifnull(permlevel,0)=0""")
|