fixes bug #AL-2307
parent
79049d14ba
commit
eb56242b95
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.6.5</version>
|
||||
<version>1.6.6</version>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -329,7 +329,11 @@ public class RelatorioGratuidade extends Relatorio {
|
|||
}
|
||||
sb.append(" codorigem, ");
|
||||
sb.append(" coddestino, ");
|
||||
if(isApenasUltimaMovimentacaoBilhete) {
|
||||
sb.append(" max(chbpe) ");
|
||||
}else {
|
||||
sb.append(" chbpe ");
|
||||
}
|
||||
sb.append(" ");
|
||||
sb.append(" from ");
|
||||
sb.append("( ");
|
||||
|
@ -494,8 +498,8 @@ public class RelatorioGratuidade extends Relatorio {
|
|||
sb.append(" importetaxaembarque, ");
|
||||
// sb.append(" -- indstatusboleto, ");
|
||||
sb.append(" codorigem, ");
|
||||
sb.append(" coddestino, ");
|
||||
sb.append(" chbpe ");
|
||||
sb.append(" coddestino ");
|
||||
//sb.append(" chbpe ");
|
||||
}else {
|
||||
sb.append(" ");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue