[fix]remove employee field from tab salary structure
This commit is contained in:
parent
590d401e5f
commit
9c334c34a6
@ -2,4 +2,4 @@ import frappe
|
||||
|
||||
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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user