Ajustar companies_products_delete.php
This commit is contained in:
parent
eba4ccf9b0
commit
eeaca3f099
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ try{
|
|||
$procedure = '<script type="text/javascript">';
|
||||
$procedure .= '$(document).ready(function(e) {';
|
||||
$procedure .= ' setTimeout(() => {';
|
||||
$procedure .= ' request(\'FOLDER=view&TABLE=products_company&ACTION=products_company_datagrid&company_id='.$CompaniesProductsValidate->getCompanyId().'\', \'\', true, \'\', \'\', \'#loadProducts\', \'Carregando produtos...\', \'blue\', \'circle\', \'sm\', true);';
|
||||
$procedure .= ' request(\'FOLDER=view&TABLE=products_companies&ACTION=products_companies_datagrid&company_id='.$CompaniesProductsValidate->getCompanyId().'\', \'\', true, \'\', \'\', \'#loadProducts\', \'Carregando produtos...\', \'blue\', \'circle\', \'sm\', true);';
|
||||
$procedure .= ' }, "2000");';
|
||||
$procedure .= '});';
|
||||
$procedure .= '</script>';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue