fixes bug#AL-3937

master
wallace.henrique 2024-03-06 11:07:57 -03:00
parent 94ede8e568
commit efd7a0d166
3 changed files with 3 additions and 1 deletions

View File

@ -205,6 +205,7 @@ public class RelatorioEstoque extends Relatorio {
// }
// }
lsDadosRelatorio.addAll(lsTempRetornoAux);
setLsDadosRelatorio(lsDadosRelatorio);

View File

@ -33,6 +33,7 @@ public class ItemReporteControleEstoqueBoletos {
private String ID;
private String tipoAidf;
public Integer getEstacionId() {
return estacionId;
}