Atualizando companies_budgets_form.php
This commit is contained in:
parent
b575699c8a
commit
7f2a68c971
1 changed files with 1 additions and 1 deletions
|
|
@ -466,7 +466,7 @@ try{
|
|||
request('FOLDER=view&TABLE=companies_budgets&ACTION=companies_budgets_commissions_datagrid&company_id='+$('#company_id option:selected').val(), '', true, '', '', '#loadCommissions', 'Carregando comissões...', 'blue', 'circle', 'sm', true);
|
||||
|
||||
/** Carrega os produtos do cliente informado */
|
||||
request('FOLDER=view&TABLE=companies_products&ACTION=companies_products_datagrid&company_id=<?php echo $companiesResult->company_id;?>', '', true, '', '', '#loadProducts', 'Carregando produtos...', 'blue', 'circle', 'sm', true);
|
||||
request('FOLDER=view&TABLE=products_companies&ACTION=products_companies_datagrid&company_id=<?php echo $companiesResult->company_id;?>', '', true, '', '', '#loadProducts', 'Carregando produtos...', 'blue', 'circle', 'sm', true);
|
||||
|
||||
/** Carrega os documentos do cliente informado */
|
||||
request('FOLDER=view&TABLE=companies&ACTION=companies_documents_datagrid&company_id=<?php echo $companiesResult->company_id;?>', '', true, '', '', '#loadDocuments', 'Carregando Documentos...', 'blue', 'circle', 'sm', true);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue