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-87c2c4800839master
parent
a6bfda362d
commit
390c0271b6
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue