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


##########
fineract-accounting/src/main/java/org/apache/fineract/accounting/financialactivityaccount/serialization/FinancialActivityAccountDataValidator.java:
##########
@@ -86,8 +86,16 @@ public void validateForUpdate(final String json) {
         if 
(this.fromApiJsonHelper.parameterExists(paramNameForFinancialActivity, 
element)) {
             final Integer financialActivityId = 
this.fromApiJsonHelper.extractIntegerSansLocaleNamed(paramNameForFinancialActivity,
                     element);
+            // CASH_AT_MAINVAULT and CASH_AT_TELLER are accepted by 
validateForCreate above but were missing

Review Comment:
   Please remove these comments...



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