mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 03:29:16 +00:00
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""")
|