adamsaghy commented on code in PR #4837:
URL: https://github.com/apache/fineract/pull/4837#discussion_r2213134713
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/service/SavingsProductWritePlatformServiceJpaRepositoryImpl.java:
##########
@@ -140,7 +141,7 @@ public CommandProcessingResult update(final Long productId,
final JsonCommand co
final Map<String, Object> changes = product.update(command);
- if (changes.containsKey(chargesParamName)) {
+ if (changes.containsKey(chargesParamName) ||
changes.containsKey(accrualChargesParamName)) {
Review Comment:
what is the common and differences between charges and accrual charges?
--
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]