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