fix
This commit is contained in:
@@ -84,14 +84,18 @@ public class BudgetApplication(
|
||||
Limit = result.Month.Limit,
|
||||
Current = result.Month.Current,
|
||||
Remaining = result.Month.Limit - result.Month.Current,
|
||||
UsagePercentage = result.Month.Rate
|
||||
UsagePercentage = result.Month.Rate,
|
||||
Trend = result.Month.Trend,
|
||||
Description = result.Month.Description
|
||||
},
|
||||
Year = new BudgetStatsDetail
|
||||
{
|
||||
Limit = result.Year.Limit,
|
||||
Current = result.Year.Current,
|
||||
Remaining = result.Year.Limit - result.Year.Current,
|
||||
UsagePercentage = result.Year.Rate
|
||||
UsagePercentage = result.Year.Rate,
|
||||
Trend = result.Year.Trend,
|
||||
Description = result.Year.Description
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user