1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 14:12:44 +01:00

Fix dashboard totals when 'First month' is set

This commit is contained in:
Hillel Coren 2017-02-02 14:39:10 +02:00
parent 5d183e5681
commit e4d536a8c0

View File

@ -8,6 +8,7 @@ use App\Models\Task;
use DateInterval;
use DatePeriod;
use DB;
use Carbon;
use stdClass;
class DashboardRepository