fixed patches for new sync

This commit is contained in:
Rushabh Mehta
2013-03-06 11:30:09 +05:30
parent 0d7c162d2e
commit c9e32e6c8d
22 changed files with 2 additions and 345 deletions

View File

@@ -1,6 +1,7 @@
import webnotes
def execute():
webnotes.reload_doc("core", "doctype", "doctype")
webnotes.clear_perms("Leave Application")
webnotes.reload_doc("hr", "doctype", "leave_application")
webnotes.conn.sql("""update `tabLeave Application` set status='Approved'

View File

@@ -1,3 +1,4 @@
import webnotes
def execute():
webnotes.reload_doc("core", "doctype", "docperm")
webnotes.reset_perms("Custom Script")