mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-14 04:15:10 +00:00
5 lines
157 B
Python
5 lines
157 B
Python
from __future__ import unicode_literals
|
|
def execute():
|
|
import webnotes
|
|
webnotes.conn.sql("update `tabDocPerm` set permlevel = 0 where parent = 'Address'")
|