added deductions in generated je from payroll entry

This commit is contained in:
Ali 2026-03-06 17:22:49 +04:00
parent d7818af6b0
commit f300eb3083
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ from hrms.payroll.doctype.payroll_entry.payroll_entry import PayrollEntry
class CustomPayrollEntry(PayrollEntry):
@frappe.whitelist()
def make_bank_entry(self, for_withheld_salaries=False):
self._bank_entry_deductions = {}