fixes bug#AL-4231
parent
1337947688
commit
db4ed1ca68
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>ventaboletosadm</artifactId>
|
||||
<version>1.68.4</version>
|
||||
<version>1.68.5</version>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -202,7 +202,7 @@ public class RelatorioEstoque extends Relatorio {
|
|||
|
||||
StringBuilder sb = new StringBuilder();
|
||||
|
||||
sb.append(" select TB.aidfId as aidfId, ");
|
||||
sb.append(" select DISTINCT TB.aidfId as aidfId, ");
|
||||
sb.append(" TB.serie as serie, ");
|
||||
sb.append(" TB.folioCaja as folioCaja, ");
|
||||
sb.append(" TB.folioInicial as folioInicial, ");
|
||||
|
@ -379,7 +379,6 @@ public class RelatorioEstoque extends Relatorio {
|
|||
sb.append(" ORDER BY TB.aidfId, ");
|
||||
sb.append(" TB.serie, ");
|
||||
sb.append(" TB.folioCaja ");
|
||||
System.out.println(sb.toString());
|
||||
|
||||
return sb.toString();
|
||||
|
||||
|
|
Loading…
Reference in New Issue