Atualizando Informação do título

This commit is contained in:
Kenio 2025-08-27 10:20:45 -03:00
parent d7ef7a1378
commit 119b5117b2

View file

@ -755,6 +755,7 @@ class FinancialMovements
if( (int)$this->search > 0 ){
$this->and .= ' and c.cns = :cns ';
$this->and .= ' or fm.reference = :movement_reference ';
} else {
@ -816,6 +817,7 @@ class FinancialMovements
if( (int)$this->search > 0 ){
$this->stmt->bindParam('cns', $this->search);
$this->stmt->bindParam('movement_reference', $this->search);
} else {
@ -879,6 +881,7 @@ class FinancialMovements
if( (int)$this->search > 0 ){
$this->and .= ' and c.cns = :cns ';
$this->and .= ' or fm.reference = :movement_reference';
} else {
@ -925,6 +928,7 @@ class FinancialMovements
if( (int)$this->search > 0 ){
$this->stmt->bindParam('cns', $this->search);
$this->stmt->bindParam('movement_reference', $this->search);
} else {