mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
bug fixes
This commit is contained in:
parent
3a98f6ffdc
commit
fc0d9f13a8
@ -164,11 +164,6 @@ class DashboardApiController extends BaseAPIController
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Log::info($paidToDate);
|
|
||||||
Log::info($balances);
|
|
||||||
Log::info($averageInvoice);
|
|
||||||
Log::info($metrics);
|
|
||||||
|
|
||||||
$data = [
|
$data = [
|
||||||
'id' => 1,
|
'id' => 1,
|
||||||
'paidToDate' => $paidToDate[0]->value ? $paidToDate[0]->value : 0,
|
'paidToDate' => $paidToDate[0]->value ? $paidToDate[0]->value : 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user