Skip to content

Commit

Permalink
chore: Update function
Browse files Browse the repository at this point in the history
  • Loading branch information
deepeshgarg007 committed Sep 6, 2023
1 parent f251d6c commit 1894371
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ def create_repayment_entry(
amount_paid,
penalty_amount=None,
payroll_payable_account=None,
process_payroll_accounting_entry_based_on_employee=0,
):

lr = frappe.get_doc(
Expand All @@ -518,6 +519,7 @@ def create_repayment_entry(
"amount_paid": amount_paid,
"loan_type": loan_type,
"payroll_payable_account": payroll_payable_account,
"process_payroll_accounting_entry_based_on_employee": process_payroll_accounting_entry_based_on_employee,
}
).insert()

Expand Down

0 comments on commit 1894371

Please sign in to comment.