Atualizando saídas
This commit is contained in:
parent
0dde30c2aa
commit
390264fd51
1 changed files with 1 additions and 1 deletions
2
vendor/model/FinancialMovements.class.php
vendored
2
vendor/model/FinancialMovements.class.php
vendored
|
|
@ -772,7 +772,7 @@ class FinancialMovements
|
|||
$this->sql .= ' order by fm.movement_date_scheduled asc ';
|
||||
|
||||
/** Informa a paginação */
|
||||
echo $this->sql .= $this->limit;
|
||||
$this->sql .= $this->limit;
|
||||
//exit;
|
||||
|
||||
/** Preparo o SQL para execução */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue