[fix]: Current loan amount
This commit is contained in:
+1
-1
@@ -246,7 +246,7 @@ class Loan(db.Model):
|
||||
'loanRef': self.reference,
|
||||
'productId': self.product_id,
|
||||
'initialLoanAmount': self.initial_loan_amount,
|
||||
'currentLoanAmount': self.current_loan_amount,
|
||||
'currentLoanAmount': self.balance,
|
||||
'defaultPenaltyFee': self.default_penalty_fee,
|
||||
'continuousFee': self.continuous_fee,
|
||||
'collectionType': self.collection_type,
|
||||
|
||||
Reference in New Issue
Block a user