Updated flow for amendment start date
This commit is contained in:
@@ -3,6 +3,9 @@ package net.gepafin.tendermanagement.enums;
|
||||
import com.fasterxml.jackson.annotation.JsonValue;
|
||||
|
||||
public enum ApplicationAmendmentRequestEnum {
|
||||
/** Created but not yet approved (PEC not sent by director). */
|
||||
DRAFT("DRAFT"),
|
||||
/** Director sent PEC (approved); amendment is active and awaiting beneficiary response. */
|
||||
AWAITING("AWAITING"),
|
||||
RESPONSE_RECEIVED("RESPONSE_RECEIVED"),
|
||||
CLOSE("CLOSE"),
|
||||
|
||||
Reference in New Issue
Block a user