Query cleanup
This commit is contained in:
parent
4ed115143f
commit
9715caeff0
1 changed files with 0 additions and 1 deletions
|
|
@ -103,7 +103,6 @@ trait ChartQueries
|
|||
|
||||
return DB::select( DB::raw("
|
||||
SELECT
|
||||
-- sum(invoices.balance) as balance,
|
||||
sum(invoices.amount) as total,
|
||||
invoices.date,
|
||||
IFNULL(CAST(JSON_EXTRACT( settings, '$.currency_id' ) AS SIGNED), :company_currency) AS currency_id
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue