You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by rossmcewan <gi...@git.apache.org> on 2017/10/16 14:03:27 UTC

[GitHub] fineract pull request #416: Undoing a transaction on savings account didn't ...

GitHub user rossmcewan opened a pull request:

    https://github.com/apache/fineract/pull/416

    Undoing a transaction on savings account didn't set resource id correctly

    When performing an undo transaction on a savings account, the resource id was set to the savings account itself, and not the transaction that was being reversed. This meant that in processes that depended on this value being set correctly, such as webhooks, it was impossible to determine the affected transaction.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/GetWala/fineract develop

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/fineract/pull/416.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 #416
    
----
commit 0c9c4e8434f42a08a3a52d0807519c7791289617
Author: Ross McEwan <ro...@gmail.com>
Date:   2017-10-16T13:57:53Z

    entityId should be the transaction id that was reversed

----


---

[GitHub] fineract pull request #416: Undoing a transaction on savings account didn't ...

Posted by rossmcewan <gi...@git.apache.org>.
Github user rossmcewan closed the pull request at:

    https://github.com/apache/fineract/pull/416


---