Merge branch 'test' of DigiFi/digifi-EventManager into master

This commit is contained in:
2025-06-23 10:42:04 +00:00
committed by Gogs
+1 -1
View File
@@ -55,7 +55,7 @@ class RepaymentsData(db.Model):
customer_id=data.get('customerId'), customer_id=data.get('customerId'),
amount_collected=amountCollected, amount_collected=amountCollected,
repayment_amount=repaymentAmount, repayment_amount=repaymentAmount,
balance=accountBalance balance=round(float(accountBalance), 2)
) )
db.session.add(new_data) db.session.add(new_data)
db.session.commit() db.session.commit()