[add]: db sessions
This commit is contained in:
@@ -38,7 +38,7 @@ class Repayment(db.Model):
|
||||
|
||||
repayment = cls(
|
||||
customer_id=customer_id,
|
||||
loan_id=loan.id,
|
||||
loan_id=loan_id,
|
||||
product_id=product_id,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user