forked from DigiFi/digifi-BankToProductCore
Update loan_charge.py
This commit is contained in:
@@ -56,7 +56,7 @@ class LoanCharge(db.Model):
|
||||
loan_id = loan_id,
|
||||
transaction_id = transaction_id,
|
||||
code = getattr(charge, "code"),
|
||||
amount = amount,
|
||||
amount = round(amount, 2),
|
||||
percent = percent,
|
||||
description = getattr(charge, "description", ""),
|
||||
due = due_days,
|
||||
|
||||
Reference in New Issue
Block a user