mirror of https://github.com/apache/cloudstack.git
QUOTA: Ensuring that the dates displayed are as per user expectations
When querying db we use start of next day to query quota usage for
today, but while displaying it to user we still need to show it as
todays date
This commit is contained in:
parent
3a64bd0920
commit
3c7d45589a
|
|
@ -83,7 +83,7 @@ public class QuotaBalanceCmd extends BaseCmd {
|
|||
}
|
||||
|
||||
public Date getEndDate() {
|
||||
if (endDate==null){
|
||||
if (endDate == null){
|
||||
return null;
|
||||
}
|
||||
else{
|
||||
|
|
|
|||
Loading…
Reference in New Issue