mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 12:19:12 +00:00
started fresh install and added country_info
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import webnotes
|
||||
def execute():
|
||||
webnotes.conn.sql("""delete from tabDocPerm where parent='Appraisal'""")
|
||||
from webnotes.model.sync import sync
|
||||
sync("hr", "appraisal", force=True)
|
||||
webnotes.reset_perms("Appraisal")
|
||||
|
||||
Reference in New Issue
Block a user