Fix for dashboard chart off by one
This commit is contained in:
parent
96b7134e66
commit
b7cd7c9bff
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ class DashboardRepository
|
|||
$records[] = isset($data[$date]) ? $data[$date] : 0;
|
||||
|
||||
if ($entityType == ENTITY_INVOICE) {
|
||||
$labels[] = $d->format('r');
|
||||
$labels[] = $d->format('m/d/Y');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue