Ajustar companies_products_save.php
This commit is contained in:
parent
47abc9d477
commit
c6a4cbbee3
1 changed files with 8 additions and 8 deletions
|
|
@ -46,14 +46,14 @@ try{
|
|||
} else {
|
||||
|
||||
/** Salva as alterações ou cadastra um novo registro */
|
||||
if($ClientProducts->Save($CompaniesProductsValidate->getproductCompanyId(),
|
||||
$CompaniesProductsValidate->getcompanyId(),
|
||||
$CompaniesProductsValidate->getProductsId(),
|
||||
$CompaniesProductsValidate->getDateContract(),
|
||||
$CompaniesProductsValidate->getDescription(),
|
||||
$CompaniesProductsValidate->getReadjustment(),
|
||||
$CompaniesProductsValidate->getProductValue(),
|
||||
$CompaniesProductsValidate->getMaturity())){
|
||||
if($ProductsCompanies->Save($CompaniesProductsValidate->getproductCompanyId(),
|
||||
$CompaniesProductsValidate->getcompanyId(),
|
||||
$CompaniesProductsValidate->getProductsId(),
|
||||
$CompaniesProductsValidate->getDateContract(),
|
||||
$CompaniesProductsValidate->getDescription(),
|
||||
$CompaniesProductsValidate->getReadjustment(),
|
||||
$CompaniesProductsValidate->getProductValue(),
|
||||
$CompaniesProductsValidate->getMaturity())){
|
||||
|
||||
|
||||
$procedure = '<script type="text/javascript">';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue