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