commit | a400e7b568b29b18ed19b40d8cf97b78fd1cfb49 | [log] [tgz] |
---|---|---|
author | Shreya <shreyashah115@gmail.com> | Wed Jan 24 13:30:20 2018 +0530 |
committer | Shreya <shreyashah115@gmail.com> | Wed Jan 24 13:30:20 2018 +0530 |
tree | d541ec3bc1b24f2b3e7aacdd80eba385ae0bc24e | |
parent | 5164997db739aedd6a0cc5fa9f87023bd9ffdb53 [diff] |
Fixed as per the review
diff --git a/erpnext/patches/v10_0/workflow_leave_application.py b/erpnext/patches/v10_0/workflow_leave_application.py index ca31128..0b13a31 100644 --- a/erpnext/patches/v10_0/workflow_leave_application.py +++ b/erpnext/patches/v10_0/workflow_leave_application.py
@@ -48,4 +48,3 @@ }).insert(ignore_permissions=True) frappe.db.sql("""update `tabLeave Application` set workflow_state = status""") - frappe.db.sql("""alter table `tabLeave Application` drop column status""")