Ajustando relatorio de movimentações
This commit is contained in:
parent
290a2f4705
commit
0750e92c91
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue