remove changes for max_days_allowed patch
This commit is contained in:
parent
70f9d07df8
commit
004bf218a0
@ -2,7 +2,6 @@ import frappe
|
||||
from frappe.model.utils.rename_field import rename_field
|
||||
|
||||
def execute():
|
||||
frappe.db.sql("""update `tabLeave Type` set max_days_allowed = '0' where trim(coalesce(max_days_allowed, '')) = ''""")
|
||||
frappe.reload_doc("hr", "doctype", "leave_type")
|
||||
frappe.db.sql_ddl("""ALTER table `tabLeave Type` modify max_days_allowed int(8) NOT NULL""")
|
||||
rename_field("Leave Type", "max_days_allowed", "max_continuous_days_allowed")
|
||||
|
Loading…
x
Reference in New Issue
Block a user