Emmanuel Nnaa created FINERACT-70:
-------------------------------------

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