Atualizando financial_movements_save.php
This commit is contained in:
parent
73fc237610
commit
c1dcf64337
1 changed files with 1 additions and 1 deletions
2
vendor/model/FinancialMovements.class.php
vendored
2
vendor/model/FinancialMovements.class.php
vendored
|
|
@ -1476,7 +1476,7 @@ class FinancialMovements
|
|||
$this->stmt->execute();
|
||||
|
||||
/** Retorno o resultado */
|
||||
return $this->stmt->fetchObject();
|
||||
return $this->stmt->fetchObject()->qtde;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue