Atualizando companies_budgets_form.php

This commit is contained in:
Kenio 2025-08-25 11:34:20 -03:00
parent 0e6841eb5f
commit d79381c310

View file

@ -488,7 +488,7 @@ try{
request('FOLDER=view&TABLE=companies&ACTION=companies_documents_datagrid&company_id=<?php echo $companiesResult->company_id;?>', '', true, '', '', '#loadDocuments', 'Carregando Documentos...', 'blue', 'circle', 'sm', true);
/** Carrega os boletos do cliente informado */
request('FOLDER=view&TABLE=financial_movements&ACTION=financial_movements_tickets_list&company_id=<?php echo $companiesResult->company_id;?>', '', true, '', '', '#loadTickets', 'Carregando boletos junto ao Sicoob...', 'blue', 'circle', 'sm', true);
//request('FOLDER=view&TABLE=financial_movements&ACTION=financial_movements_tickets_list&company_id=<?php echo $companiesResult->company_id;?>', '', true, '', '', '#loadTickets', 'Carregando boletos junto ao Sicoob...', 'blue', 'circle', 'sm', true);
<?php } ?>