diff --git a/vendor/view/companies/companies_form.php b/vendor/view/companies/companies_form.php index 35cda42..609fee3 100644 --- a/vendor/view/companies/companies_form.php +++ b/vendor/view/companies/companies_form.php @@ -324,7 +324,7 @@ try{ request('FOLDER=view&TABLE=products_companies&ACTION=products_companies_datagrid&company_id=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=company_id;?>', '', true, '', '', '#loadDocuments', 'Carregando Documentos...', 'blue', 'circle', 'sm', true); + //request('FOLDER=view&TABLE=clients&ACTION=clients_documents_datagrid&company_id=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=company_id;?>', '', true, '', '', '#loadUsers', 'Carregando Usuários...', 'blue', 'circle', 'sm', true);