Cocoa-Puffs commented on code in PR #6037:
URL: https://github.com/apache/fineract/pull/6037#discussion_r3481713438
##########
fineract-working-capital-loan/src/main/java/org/apache/fineract/portfolio/workingcapitalloanproduct/domain/WorkingCapitalAccountingRuleType.java:
##########
@@ -29,6 +29,8 @@
public enum WorkingCapitalAccountingRuleType {
NONE("wcAccountingRuleType.none", "No accounting"), //
+ ACC_DEF_REV_AM("wcAccountingRuleType.accrual.def.rev.am", "Accrual with
deferred revenue amortization"), //
+ @Deprecated
Review Comment:
Yeah, my original goal was to not introduce regression by deleting the enum
value outright. But it's not enough by itself anyway and as we discussed WC
loans are still considered WIP. Deleting
--
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]