fix(): Ajuste na atualização de movimentação
This commit is contained in:
parent
2c0967119d
commit
d6112d3048
2 changed files with 5 additions and 3 deletions
|
|
@ -112,7 +112,9 @@ try{
|
|||
$note,
|
||||
0,
|
||||
$movement_value_registration_tariff,
|
||||
$movement_value_settlement_tariff)){
|
||||
$movement_value_settlement_tariff,
|
||||
null,
|
||||
null)){
|
||||
|
||||
/** Prepara o retorno */
|
||||
$res = '<span class="badge badge-success">Consolidado com sucesso!</span>';
|
||||
|
|
|
|||
4
vendor/model/FinancialMovements.class.php
vendored
4
vendor/model/FinancialMovements.class.php
vendored
|
|
@ -1247,8 +1247,8 @@ class FinancialMovements
|
|||
? float $movementValueFees,
|
||||
? float $movementValueRegistrationTariff,
|
||||
? float $movementValueSettlementTariff,
|
||||
int $movementUserConfirmed,
|
||||
string $description)
|
||||
? int $movementUserConfirmed,
|
||||
? string $description)
|
||||
{
|
||||
/** Parametros de entrada */
|
||||
$this->financialMovementsId = $financialMovementsId;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue