DaanHoogland commented on code in PR #6690:
URL: https://github.com/apache/cloudstack/pull/6690#discussion_r1002680231
##########
framework/quota/src/main/java/org/apache/cloudstack/quota/QuotaManagerImpl.java:
##########
@@ -327,6 +327,13 @@ protected List<QuotaUsageVO>
createQuotaUsagesAccordingToQuotaTariffs(AccountVO
continue;
}
+ if
(!QuotaConfig.QuotaAccountEnabled.valueIn(account.getAccountId())) {
Review Comment:
also join this conditional with the preceding one. The code blocks are the
same.
--
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]