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:
Abhinandan Prateek 2015-12-08 09:59:06 +05:30
parent 3a64bd0920
commit 3c7d45589a
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ public class QuotaBalanceCmd extends BaseCmd {
}
public Date getEndDate() {
if (endDate==null){
if (endDate == null){
return null;
}
else{