fix adjustment amount field name

(cherry picked from commit 6cc09ef3a2)
This commit is contained in:
Labeeb Mattra
2022-07-08 16:38:41 +05:30
committed by Mergify
parent 86af1ef6ed
commit 7ba0326bdd

View File

@@ -46,7 +46,8 @@ class LoanBalanceAdjustment(AccountsController):
"Loan",
fields=[
"loan_amount",
"adjustment_amount",
"credit_adjustment_amount",
"debit_adjustment_amount",
"total_payment",
"total_principal_paid",
"total_interest_payable",