Skip to content

Commit

Permalink
FINERACT-1981: COB/Inline COB fails while creating accruals for a ove…
Browse files Browse the repository at this point in the history
…rpaid account
  • Loading branch information
Marta Jankovics committed Nov 29, 2024
1 parent f63df47 commit 9cea290
Show file tree
Hide file tree
Showing 2 changed files with 427 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1276,6 +1276,7 @@ public static class RepaymentFrequencyType {
public static final Long MONTHS_L = 2L;
public static final String MONTHS_STRING = "MONTHS";
public static final Integer DAYS = 0;
public static final Long DAYS_L = 0L;
public static final String DAYS_STRING = "DAYS";
}

Expand Down
Loading

0 comments on commit 9cea290

Please sign in to comment.