Atualizando Informação do título
This commit is contained in:
parent
c42c61bee9
commit
b77164e507
1 changed files with 1 additions and 1 deletions
2
vendor/model/FinancialMovements.class.php
vendored
2
vendor/model/FinancialMovements.class.php
vendored
|
|
@ -362,7 +362,7 @@ class FinancialMovements
|
|||
left join financial_consolidations fc on fm.financial_consolidations_id = fc.financial_consolidations_id
|
||||
left join users u on fc.user_id = u.user_id
|
||||
where fm.reference = :reference
|
||||
and fm.movement_date_paid is null ';
|
||||
and fm.status = 3 ';
|
||||
|
||||
/** Verifica se a data de vencimento foi informada */
|
||||
if(!empty($this->and)){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue