You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@fineract.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/08/02 13:49:20 UTC

[jira] [Commented] (FINERACT-70) Rename deleted standing instruction by appending "_deleted_" string and the id

    [ https://issues.apache.org/jira/browse/FINERACT-70?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15403991#comment-15403991 ] 

ASF GitHub Bot commented on FINERACT-70:
----------------------------------------

GitHub user emmanuelnnaa opened a pull request:

    https://github.com/apache/incubator-fineract/pull/193

    commit for FINERACT-70 (Rename deleted standing instruction by appending '_deleted_' string and the id)

    

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

    $ git pull https://github.com/emmanuelnnaa/incubator-fineract FINERACT-70

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

    https://github.com/apache/incubator-fineract/pull/193.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 #193
    
----
commit 5647ffb966a9a636833663784be6630613359349
Author: Emmanuel Nnaa <em...@musoni.eu>
Date:   2016-08-02T13:46:47Z

    commit for FINERACT-70 (Rename deleted standing instruction by appending '_deleted_' string and the id)

----


> Rename deleted standing instruction by appending "_deleted_" string and the id
> ------------------------------------------------------------------------------
>
>                 Key: FINERACT-70
>                 URL: https://issues.apache.org/jira/browse/FINERACT-70
>             Project: Apache Fineract
>          Issue Type: Improvement
>            Reporter: Emmanuel Nnaa
>            Assignee: Markus Geiss
>            Priority: Minor
>
> Rename deleted standing instruction by appending "_deleted" string and the id.
> Add the following method to "AccountTransferStandingInstruction" class:
> {code}
> public void delete() {
>     this.status = StandingInstructionStatus.DELETED.getValue();
>     this.name = this.name + "_deleted" + this.getId();
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)