Debug
This commit is contained in:
parent
f8b9230dae
commit
19f64b79d1
1 changed files with 0 additions and 6 deletions
6
vendor/model/FinancialMovements.class.php
vendored
6
vendor/model/FinancialMovements.class.php
vendored
|
|
@ -776,9 +776,6 @@ class FinancialMovements
|
|||
|
||||
/** Preparo o SQL para execução */
|
||||
$this->stmt = $this->connection->connect()->prepare($this->sql);
|
||||
|
||||
/** Preencho os parâmetros do SQL */
|
||||
$this->stmt->bindParam('company_id', $this->companyId);/** Informa a qual empresa pertence o cliente */
|
||||
|
||||
/** Verifica se existem filtros a serem aplicados */
|
||||
if(!empty($this->search)){
|
||||
|
|
@ -888,9 +885,6 @@ class FinancialMovements
|
|||
|
||||
/** Preparo o SQL para execução */
|
||||
$this->stmt = $this->connection->connect()->prepare($this->sql);
|
||||
|
||||
/** Preencho os parâmetros do SQL */
|
||||
$this->stmt->bindParam('company_id', $this->companyId);/** Informa a qual empresa pertence o cliente */
|
||||
|
||||
/** Verifica se existem filtros a serem aplicados */
|
||||
if(!empty($this->search)){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue