Ajustando relatorio de movimentações
This commit is contained in:
parent
e12725ae6a
commit
d558db9966
1 changed files with 2 additions and 2 deletions
|
|
@ -122,12 +122,12 @@ try{
|
|||
$header .= 'SAÍDAS';
|
||||
}
|
||||
|
||||
$header .= '</h2>'.$FinancialMovementsValidate->getDateStart();
|
||||
$header .= '</h2>';
|
||||
|
||||
/** Verifica se o período de consulta foi informado */
|
||||
if(!empty($FinancialMovementsValidate->getDateStart())){
|
||||
|
||||
$header .= ' <h3>PERÍODO DE CONSULTA: '.$dateStart.' a '.$dateEnd.'</h3>';
|
||||
$header .= ' <h4>PERÍODO DE CONSULTA: '.$dateStart.' a '.$dateEnd.'</h4>';
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue