Description
Steps to reproduce
Capture the original balance of the savings account that will be used for test.
- holdAmount
- Perform a batchAPI call, in which contains at least 2 actions, that modifies the balance. E.g.:
- releaseAmount(held in the 1st step)
- withdraw(amount1)
- withdraw(amount2)
Expected result
The balance of the account should be the original balance minus the withdrawn value.
Actual result
When a new transaction is performed, it fixes the previous incorrect balances: A new holdAmount (id: 193) fixed the previous balances, then the 201 fixed the 194-195-196 balances.
Attachments
Attachments
Issue Links
- is a child of
-
FINERACT-1874 Release Apache Fineract 1.9.0
- In Progress
- links to