Ajustando relatorio de movimentações

This commit is contained in:
Kenio 2025-09-02 10:25:30 -03:00
parent 290a2f4705
commit 0750e92c91

View file

@ -109,7 +109,7 @@ try{
$header .= ' <table width="100%" style="margin:none; font-size:11px; font-family:Arial, Helvetica, sans-serif; border-collapse: collapse">';
$header .= ' <tr>';
$header .= ' <td style="text-align: center; width: 95px"><img src="img/logo2.png" style="max-width:140px; padding: 2px"/></td>';
$header .= ' <td colspan="6">';
$header .= ' <td colspan="6" style="color: #dedede">';
$header .= ' <h2>MOVIMENTAÇÕES FINANCEIRAS - '.($FinancialMovementsValidate->getStatusSearch() == 1 ? 'NÃO PAGOS' : ($FinancialMovementsValidate->getStatusSearch() == 2 ? 'PAGOS' : '')).'</h2>';
/** Verifica se o período de consulta foi informado */