Atualizando Informação do título

This commit is contained in:
Kenio 2025-08-27 15:58:06 -03:00
parent b77164e507
commit 89697b230f

View file

@ -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.status = 3 ';
and fm.status = 1 ';
/** Verifica se a data de vencimento foi informada */
if(!empty($this->and)){