Ajustando relatorio de movimentações

This commit is contained in:
Kenio 2025-09-02 14:57:02 -03:00
parent e12725ae6a
commit d558db9966

View file

@ -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>';
}