chore: Removed payroll dependencies from Loan Management, moved to hrms app

- Salary Slip Loan dt moved to hrms, removed from erpnext app

- Repay from Salary field removed from Loan and Loan Repayment, installed on hrms app setup

- fixed references to salary slip loan fields
This commit is contained in:
Rucha Mahabal
2022-06-21 18:13:01 +05:30
parent fbc1330ab0
commit f6fbcc99a3
13 changed files with 29 additions and 200 deletions

View File

@@ -36,9 +36,6 @@ def before_tests():
}
)
frappe.db.sql("delete from `tabLeave Allocation`")
frappe.db.sql("delete from `tabLeave Application`")
frappe.db.sql("delete from `tabSalary Slip`")
frappe.db.sql("delete from `tabItem Price`")
_enable_all_roles_for_admin()