[fix]: Refernce amount
This commit is contained in:
@@ -26,7 +26,7 @@ class LoanCharge(db.Model):
|
||||
)
|
||||
|
||||
@classmethod
|
||||
def create_charges_for_loan(cls, loan_id, transaction_id, referenced_amount = 0.0, charges):
|
||||
def create_charges_for_loan(cls, loan_id, transaction_id, charges, referenced_amount = 0.0):
|
||||
"""
|
||||
Create loan charges for a given loan.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user