Atualizando financial_moviments_datagrid.php
This commit is contained in:
parent
3db84f18c8
commit
46e7624d8d
2 changed files with 2 additions and 2 deletions
|
|
@ -427,7 +427,7 @@ try{
|
|||
<a class="dropdown-item" href="#" onclick="request('FOLDER=view&TABLE=financial_movements&ACTION=financial_movements_form&financial_movements_id=<?php echo $Result->financial_movements_id;?>', '#loadContent', true, '', '', '', 'Carregando movimentação', 'blue', 'circle', 'sm', true)"><i class="fas fa-check-square"></i> Gerenciar</a>
|
||||
<a class="dropdown-item" href="#" onclick="request('FOLDER=view&TABLE=financial_movements&ACTION=financial_movements_form_upload&financial_movements_id=<?php echo $Result->financial_movements_id;?>', '#loadContent', true, '', '', '', 'Preparando formulário', 'blue', 'circle', 'sm', true)"><i class="fas fa-file-upload"></i> Postar Arquivo</a>
|
||||
|
||||
<?php if((int)$Result->financial_outputs_id === 0){ ?>})
|
||||
<?php if( (int)$Result->financial_outputs_id === 0) { ?>
|
||||
<a class="dropdown-item" href="#" onclick="request('FOLDER=view&TABLE=financial_movements&ACTION=financial_movements_ticket_view&financial_movements_id=<?php echo $Result->financial_movements_id;?>', '', true, '', '', '', 'Carregando boleto gerado', 'blue', 'circle', 'sm', true)"><i class="fas fa-barcode"></i> Visualizar Boleto</a>
|
||||
<a class="dropdown-item" href="#" onclick="request('FOLDER=view&TABLE=financial_movements&ACTION=financial_movements_ticket_consult&reference=<?php echo $Result->movement_reference;?>', '', true, '', '', '', 'Consultando boleto/Sicoob', 'blue', 'circle', 'sm', true)"><i class="fas fa-barcode"></i> Consultar Boletos Sicoob</a>
|
||||
<?php } ?>
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ try{
|
|||
|
||||
/** Gera o pdf do boleto */
|
||||
$fp = fopen($nameFile, 'w+');
|
||||
fwrite($fp, base64_decode($response->resultado[0]->boleto->pdfBoleto));
|
||||
fwrite($fp, base64_decode($response->resultado->pdfBoleto));
|
||||
fclose($fp);
|
||||
|
||||
/** Verifica se o arquivo foi gerado com sucesso */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue