GitHub user avikganguly01 opened a pull request:
https://github.com/apache/fineract/pull/412
Fineract-521
Min Required Balance check is normally done after chronologically ordering
transactions as transactions can be posted prior to the last transaction. This
code makes an exception for overdraft as runningBalance inside loop can exceed
minRequiredBalance for OD accounts.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/avikganguly01/incubator-fineract Fineract-521
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/fineract/pull/412.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #412
----
commit e81d810b244cd24093e65e062f6682182156ed85
Author: avikganguly01 <[email protected]>
Date: 2017-09-19T13:09:48Z
Fineract-521
----
---