Atualizando página inicial
This commit is contained in:
parent
997c7def73
commit
e1672ef83e
1 changed files with 1 additions and 2 deletions
3
vendor/model/FinancialMovements.class.php
vendored
3
vendor/model/FinancialMovements.class.php
vendored
|
|
@ -106,8 +106,7 @@ class FinancialMovements
|
|||
$this->sql = 'select count(financial_movements_id) as amount_output,
|
||||
sum(movement_value) as total_value_output
|
||||
from financial_movements
|
||||
where company_id = :company_id
|
||||
and financial_outputs_id > 0
|
||||
where financial_outputs_id > 0
|
||||
and movement_date_paid is null';
|
||||
|
||||
/** Preparo o SQL para execução */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue