Atualizando página inicial
This commit is contained in:
parent
3bac6d6988
commit
b8bda03d53
1 changed files with 2 additions and 8 deletions
10
vendor/model/FinancialMovements.class.php
vendored
10
vendor/model/FinancialMovements.class.php
vendored
|
|
@ -1470,10 +1470,7 @@ class FinancialMovements
|
|||
ORDER BY fm.movement_date_scheduled ASC;';
|
||||
|
||||
/** Preparo o SQL para execução */
|
||||
$this->stmt = $this->connection->connect()->prepare($this->sql);
|
||||
|
||||
/** Preencho os parâmetros do SQL */
|
||||
$this->stmt->bindParam(':financial_movements_id', $this->financialMovementsId);
|
||||
$this->stmt = $this->connection->connect()->prepare($this->sql);
|
||||
|
||||
/** Executo o SQL */
|
||||
$this->stmt->execute();
|
||||
|
|
@ -1498,10 +1495,7 @@ class FinancialMovements
|
|||
ORDER BY fm.movement_date_scheduled ASC;';
|
||||
|
||||
/** Preparo o SQL para execução */
|
||||
$this->stmt = $this->connection->connect()->prepare($this->sql);
|
||||
|
||||
/** Preencho os parâmetros do SQL */
|
||||
$this->stmt->bindParam(':financial_movements_id', $this->financialMovementsId);
|
||||
$this->stmt = $this->connection->connect()->prepare($this->sql);
|
||||
|
||||
/** Executo o SQL */
|
||||
$this->stmt->execute();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue