[ 
https://issues.apache.org/jira/browse/FINERACT-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Emmanuel Nnaa updated FINERACT-70:
----------------------------------
    Summary: Rename deleted standing instruction by appending "_deleted_" 
string and the id  (was: 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)

Reply via email to