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

Shaik Nazeer Hussain closed FINERACT-70.
----------------------------------------
    Resolution: Fixed
      Assignee: subramanyasn  (was: Markus Geiss)

Verified by Subramanya. Working as expected

> 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: subramanyasn
>            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