From e0a636c0818ca5394792643e4d73ada3bdb302b8 Mon Sep 17 00:00:00 2001 From: RobertSchouten Date: Fri, 7 Oct 2016 11:03:04 +0800 Subject: [PATCH] [fix] update timestamps and relink communication for timesheet --- erpnext/patches.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/patches.txt b/erpnext/patches.txt index 9822fc041a7..b0dbbff98e0 100644 --- a/erpnext/patches.txt +++ b/erpnext/patches.txt @@ -318,3 +318,4 @@ erpnext.patches.v7_0.set_party_name_in_payment_entry execute:frappe.db.sql("update `tabTimesheet` ts, `tabEmployee` emp set ts.employee_name = emp.employee_name where emp.name = ts.employee and ts.employee_name is null and ts.employee is not null") execute:frappe.db.sql("delete from `tabTimesheet Detail` where NOT EXISTS (select name from `tabTimesheet` where name = `tabTimesheet Detail`.parent)") erpnext.patches.v7_0.update_mode_of_payment_type +finally:erpnext.patches.v7_0.update_timesheet_modified_created