fixes bug#AL-3937
parent
94ede8e568
commit
efd7a0d166
2
pom.xml
2
pom.xml
|
@ -1,5 +1,5 @@
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd ">
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>br.com.rjconsultores</groupId>
|
<groupId>br.com.rjconsultores</groupId>
|
||||||
|
|
|
@ -205,6 +205,7 @@ public class RelatorioEstoque extends Relatorio {
|
||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
|
|
||||||
|
|
||||||
lsDadosRelatorio.addAll(lsTempRetornoAux);
|
lsDadosRelatorio.addAll(lsTempRetornoAux);
|
||||||
|
|
||||||
setLsDadosRelatorio(lsDadosRelatorio);
|
setLsDadosRelatorio(lsDadosRelatorio);
|
||||||
|
|
|
@ -33,6 +33,7 @@ public class ItemReporteControleEstoqueBoletos {
|
||||||
private String ID;
|
private String ID;
|
||||||
private String tipoAidf;
|
private String tipoAidf;
|
||||||
|
|
||||||
|
|
||||||
public Integer getEstacionId() {
|
public Integer getEstacionId() {
|
||||||
return estacionId;
|
return estacionId;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue