taskain7 commented on code in PR #2897:
URL: https://github.com/apache/fineract/pull/2897#discussion_r1081287370
##########
fineract-provider/src/main/java/org/apache/fineract/cob/domain/LoanAccountLock.java:
##########
@@ -57,10 +60,14 @@ public class LoanAccountLock {
@Column(name = "stacktrace")
private String stacktrace;
+ @Column(name = "lock_placed_on_cob_business_date", nullable = false)
+ private LocalDate lockPlacedOnCobBusinessDate;
Review Comment:
we could, however, since COB places the lock on the account, the COB busines
date made more sense to me.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]