Ajuste, aplicando filtro de consulta por conter NF no relatório
This commit is contained in:
parent
84fb003124
commit
c105c4362e
1 changed files with 2 additions and 1 deletions
|
|
@ -113,10 +113,11 @@ try{
|
|||
/** Verifica o tipo */
|
||||
if ($FinancialMovementsValidate->getStatusSearch() == 3) {
|
||||
|
||||
$header .= 'NOTAS EMITIDAS';
|
||||
|
||||
}elseif($FinancialMovementsValidate->getType() == 'E'){
|
||||
|
||||
$header .= 'NOTAS EMITIDAS';
|
||||
$header .= 'ENTRADAS';
|
||||
|
||||
}elseif($FinancialMovementsValidate->getType() == 'S'){
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue