Debug
This commit is contained in:
parent
9a3f40c06e
commit
319647a15a
1 changed files with 1 additions and 1 deletions
2
vendor/model/FinancialMovements.class.php
vendored
2
vendor/model/FinancialMovements.class.php
vendored
|
|
@ -881,7 +881,7 @@ class FinancialMovements
|
|||
$this->sql .= $this->and;
|
||||
|
||||
/** Informe o periodo entre datas */
|
||||
echo $this->sql .= $this->between;
|
||||
$this->sql .= $this->between;
|
||||
|
||||
/** Preparo o SQL para execução */
|
||||
$this->stmt = $this->connection->connect()->prepare($this->sql);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue