GaOrtiga commented on code in PR #7210:
URL: https://github.com/apache/cloudstack/pull/7210#discussion_r1381821484
##########
framework/quota/src/main/java/org/apache/cloudstack/quota/QuotaManagerImpl.java:
##########
@@ -558,6 +563,14 @@ protected BigDecimal
getUsageValueAccordingToUsageUnitType(UsageVO usageRecord,
}
}
+ protected void setHoursInCurrentMonth() {
+ LocalDate currentDate = LocalDate.now();
Review Comment:
@DaanHoogland, sorry for the delay.
I have implemented some changes to address the issues you pointed out by
getting the date directly from each record.
--
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]