Ajustar companies_products_save.php
This commit is contained in:
parent
2c9681e3ff
commit
87756433f9
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ try{
|
|||
/** Validando os campos de entrada */
|
||||
$CompaniesProductsValidate->setProductCompanyId($productCompanyId);
|
||||
$CompaniesProductsValidate->setCompanyId($companyId);
|
||||
$CompaniesProductsValidate->setProductsId($produtctId);
|
||||
$CompaniesProductsValidate->setProductId($produtctId);
|
||||
$CompaniesProductsValidate->setReadjustment($readjustment);
|
||||
$CompaniesProductsValidate->setMaturity($maturity);
|
||||
$CompaniesProductsValidate->setProductValue($productValue);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue