mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
started fresh install and added country_info
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
import webnotes
|
||||
def execute():
|
||||
webnotes.conn.sql("""delete from `tabDocPerm` where parent='Custom Script'""")
|
||||
webnotes.conn.commit()
|
||||
|
||||
from webnotes.model.sync import sync
|
||||
sync("core", "custom_script", force=1)
|
||||
|
||||
webnotes.conn.begin()
|
||||
webnotes.reset_perms("Custom Script")
|
||||
|
||||
Reference in New Issue
Block a user