From a6b28b1d2cf6ed0576d9d0d73c03edc8b011ecb9 Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Mon, 29 Sep 2025 09:24:10 -0300 Subject: [PATCH] =?UTF-8?q?Ajuste,=20aplicando=20filtro=20de=20consulta=20?= =?UTF-8?q?por=20conter=20NF=20no=20relat=C3=B3rio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../print/financial_movements/financial_movements_datagrid.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/vendor/print/financial_movements/financial_movements_datagrid.php b/vendor/print/financial_movements/financial_movements_datagrid.php index 5890b7b..2419332 100644 --- a/vendor/print/financial_movements/financial_movements_datagrid.php +++ b/vendor/print/financial_movements/financial_movements_datagrid.php @@ -184,7 +184,6 @@ try{ $header .= ' '; $header .= ' '; $header .= ' REFERÊNCIA'; - $header .= ' VENCIMENTO'; $header .= ' PAGAMENTO'; $header .= ' DESCRIÇÃO'; $header .= ' CNS'; @@ -244,7 +243,6 @@ try{ $body .= ' '; $body .= ' '.$i.''; $body .= ' '.$Result->movement_reference.''; - $body .= ' '.date('d/m/Y', strtotime($Result->movement_date_scheduled)).''; $body .= ' '.(isset($Result->movement_date_paid) ? date('d/m/Y', strtotime($Result->movement_date_paid)) : ($Main->CheckDay($Result->movement_date_scheduled) > 1 ? $Main->diffDate($Result->movement_date_scheduled, date('Y-m-d')).' dia(s) de atraso' : '')).''; $body .= ' '.$Result->description.''; $body .= ' '.$Result->cns.'';