adamsaghy commented on code in PR #4876:
URL: https://github.com/apache/fineract/pull/4876#discussion_r2259575259
##########
fineract-savings/src/main/java/org/apache/fineract/portfolio/savings/data/SavingsProductDataValidator.java:
##########
@@ -89,7 +90,7 @@ public class SavingsProductDataValidator {
private final SavingsProductAccountingDataValidator
savingsProductAccountingDataValidator;
private static final Set<String> SAVINGS_PRODUCT_REQUEST_DATA_PARAMETERS =
new HashSet<>(Arrays.asList(
SavingsApiConstants.localeParamName,
SavingsApiConstants.monthDayFormatParamName, nameParamName, shortNameParamName,
- descriptionParamName, currencyCodeParamName,
digitsAfterDecimalParamName, inMultiplesOfParamName,
+ interestReceivableAccount, descriptionParamName,
currencyCodeParamName, digitsAfterDecimalParamName, inMultiplesOfParamName,
Review Comment:
Please dont insert randomly the new gl account. Move this account to the
place where the accounts are listed.
--
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]