Ajustando relatorio de movimentações
This commit is contained in:
parent
1f75cb7769
commit
f4df29469a
1 changed files with 1 additions and 2 deletions
|
|
@ -122,8 +122,7 @@ try{
|
|||
$header .= 'SAÍDAS';
|
||||
}
|
||||
|
||||
/** Verifica o status */
|
||||
($FinancialMovementsValidate->getStatusSearch() == 1 ? 'NÃO PAGOS' : ($FinancialMovementsValidate->getStatusSearch() == 2 ? 'PAGOS' : '')).'</h2>';
|
||||
$header .= '</h2>'.$FinancialMovementsValidate->getDateStart();
|
||||
|
||||
/** Verifica se o período de consulta foi informado */
|
||||
if(!empty($FinancialMovementsValidate->getDateStart())){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue