fixes bug #7663
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@57971 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
703b970acb
commit
502380a15f
|
@ -179,7 +179,7 @@ public class RelatorioTripulacao extends Relatorio {
|
||||||
}
|
}
|
||||||
|
|
||||||
private String getOrderBy() {
|
private String getOrderBy() {
|
||||||
return " ORDER BY nomeEmpleado, corridaId, fecCorrida, numSequencia ";
|
return " ORDER BY nomeEmpleado,nomeMaterno,nomePaterno, corridaId, fecCorrida, numSequencia ";
|
||||||
}
|
}
|
||||||
|
|
||||||
private String getSqlConductor1() {
|
private String getSqlConductor1() {
|
||||||
|
|
Loading…
Reference in New Issue