mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-26 14:41:42 +01:00
fix: patch
This commit is contained in:
@@ -13,8 +13,10 @@ from erpnext.payroll.doctype.salary_structure_assignment.salary_structure_assign
|
|||||||
|
|
||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
|
frappe.reload_doc("Payroll", "doctype", "Payroll Settings")
|
||||||
frappe.reload_doc("Payroll", "doctype", "Salary Structure")
|
frappe.reload_doc("Payroll", "doctype", "Salary Structure")
|
||||||
frappe.reload_doc("Payroll", "doctype", "Salary Structure Assignment")
|
frappe.reload_doc("Payroll", "doctype", "Salary Structure Assignment")
|
||||||
|
|
||||||
frappe.db.sql(
|
frappe.db.sql(
|
||||||
"""
|
"""
|
||||||
delete from `tabSalary Structure Assignment`
|
delete from `tabSalary Structure Assignment`
|
||||||
|
|||||||
Reference in New Issue
Block a user