adamsaghy commented on code in PR #4717:
URL: https://github.com/apache/fineract/pull/4717#discussion_r2120852453


##########
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanproduct/domain/LoanProductRelatedDetail.java:
##########
@@ -186,6 +186,9 @@ public class LoanProductRelatedDetail implements 
LoanProductMinimumRepaymentSche
     @Column(name = "capitalized_income_type")
     private LoanCapitalizedIncomeType capitalizedIncomeType;
 
+    @Column(name = "instalment_amount_in_multiples_of")

Review Comment:
   typo in name... make sure it is either `instalment` or `installment` (each 
grammar kind of accepted, different countries use different spelling), but we 
should not mix!



-- 
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]

Reply via email to