mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
fixes in patch
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
def execute():
|
def execute():
|
||||||
import webnotes
|
import webnotes
|
||||||
|
webnotes.reload_doc("hr", "doctype", "leave_application")
|
||||||
|
|
||||||
webnotes.conn.sql("""update `tabLeave Application`, `tabEmployee` set
|
webnotes.conn.sql("""update `tabLeave Application`, `tabEmployee` set
|
||||||
`tabLeave Application`.company = `tabEmployee`.company where
|
`tabLeave Application`.company = `tabEmployee`.company where
|
||||||
`tabLeave Application`.employee = `tabEmployee`.name""")
|
`tabLeave Application`.employee = `tabEmployee`.name""")
|
||||||
|
|||||||
Reference in New Issue
Block a user