bug #7675 - Correção de relatório ordenando por agência(punto venta)

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@58239 d1611594-4594-4d17-8e1d-87c2c4800839
master
thiago 2016-07-25 20:17:52 +00:00
parent a6bfda362d
commit 390c0271b6
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ public class RelatorioConferenciaFormularioFisico extends Relatorio {
if (tipoventaId != null){
sql.append("where abb.articulo_id = " + tipoventaId);
}
sql.append(" order by t1.caixa, t2.numfoliosistema, t3.numfoliosistema ");
return sql.toString();
}