Resolved conflicts

This commit is contained in:
rajesh
2024-09-14 20:42:27 +05:30
19 changed files with 444 additions and 34 deletions

View File

@@ -122,5 +122,10 @@ public class GepafinConstant {
public static final String VALIDATION_FIELD_NOT_NULL = "validation.field.not_null";
public static final String VALIDATION_FIELD_NOT_EMPTY = "validation.field.not_empty";
public static final String APPLICATION_ALREADY_EXISTS="application.already.exists";
// public static final String NEXT_FORM_NOT_FOUND = "next.form.not.found";
// public static final String PREVIOUS_FORM_NOT_FOUND = "previous.form.not.found";
public static final String CURRENT_FORM_INCOMPLETE = "current.form.incomplete";
}