fixes in patch

This commit is contained in:
Nabin Hait 2013-02-07 10:55:48 +05:30
parent 9986ae8c6f
commit 79b8ca8f68

View File

@ -1,5 +1,7 @@
def execute():
import webnotes
webnotes.reload_doc("hr", "doctype", "leave_application")
webnotes.conn.sql("""update `tabLeave Application`, `tabEmployee` set
`tabLeave Application`.company = `tabEmployee`.company where
`tabLeave Application`.employee = `tabEmployee`.name""")