added deductions in generated je from payroll entry
This commit is contained in:
parent
d7818af6b0
commit
f300eb3083
|
|
@ -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 = {}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue