Atualizando CompaniesValidate
This commit is contained in:
parent
3ade91a110
commit
e73904f5c1
1 changed files with 1 additions and 1 deletions
2
vendor/view/companies/companies_form.php
vendored
2
vendor/view/companies/companies_form.php
vendored
|
|
@ -324,7 +324,7 @@ try{
|
|||
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=clients&ACTION=clients_documents_datagrid&company_id=<?php echo $CompaniesResult->company_id;?>', '', true, '', '', '#loadDocuments', 'Carregando Documentos...', 'blue', 'circle', 'sm', true);
|
||||
//request('FOLDER=view&TABLE=clients&ACTION=clients_documents_datagrid&company_id=<?php echo $CompaniesResult->company_id;?>', '', true, '', '', '#loadDocuments', 'Carregando Documentos...', 'blue', 'circle', 'sm', true);
|
||||
|
||||
/** Carrega os documentos do cliente informado */
|
||||
request('FOLDER=view&TABLE=users&ACTION=users_datagrid&company_id=<?php echo $CompaniesResult->company_id;?>', '', true, '', '', '#loadUsers', 'Carregando Usuários...', 'blue', 'circle', 'sm', true);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue