commit | 9c334c34a6c0b8d3b6b61a29fb4631959331088d | [log] [tgz] |
---|---|---|
author | Saurabh <saurabh6790@gmail.com> | Mon Sep 18 16:17:13 2017 +0530 |
committer | Saurabh <saurabh6790@gmail.com> | Mon Sep 18 16:17:13 2017 +0530 |
tree | fac4c42e3ff20e368ecfda09e38bf5a6452783bb | |
parent | 590d401e5ff1065361dd54cd10821431ccae833a [diff] |
[fix]remove employee field from tab salary structure
diff --git a/erpnext/patches/v8_9/remove_employee_from_salary_structure_parent.py b/erpnext/patches/v8_9/remove_employee_from_salary_structure_parent.py index 53911a1..4ab9cf3 100644 --- a/erpnext/patches/v8_9/remove_employee_from_salary_structure_parent.py +++ b/erpnext/patches/v8_9/remove_employee_from_salary_structure_parent.py
@@ -2,4 +2,4 @@ def execute(): if 'employee' in frappe.db.get_table_columns("Salary Structure"): - frappe.db.sql("alter table `tabEmployee` drop column employee") + frappe.db.sql("alter table `tabSalary Structure` drop column employee")