fixes bug#AL-3969
parent
5e43745916
commit
e180a7a0e4
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"
|
||||
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>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
|
|
|
@ -344,7 +344,6 @@ public class RelatorioEstoque extends Relatorio {
|
|||
sb.append(" TB.serie, ");
|
||||
sb.append(" TB.folioCaja ");
|
||||
|
||||
System.out.println(sb.toString());
|
||||
return sb.toString();
|
||||
|
||||
}
|
||||
|
|
|
@ -219,6 +219,4 @@ public class ItemReporteControleEstoqueBoletos {
|
|||
return "ItemReporteControleEstoqueBoletos [folioInicial=" + folioInicial + ", folioFinal=" + folioFinal
|
||||
+ ", descPuntoVenta=" + descPuntoVenta + ", folioAtual=" + folioAtual + ", aidfId=" + aidfId + "]";
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue