Atualizando Informação do título
This commit is contained in:
parent
d7ef7a1378
commit
119b5117b2
1 changed files with 4 additions and 0 deletions
4
vendor/model/FinancialMovements.class.php
vendored
4
vendor/model/FinancialMovements.class.php
vendored
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue