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

subramanyasn updated FINERACT-70:
---------------------------------
    Attachment: Deleted stadning insructions.png

Tested and working fine

> 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
>         Attachments: Deleted stadning insructions.png
>
>
> 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