fixes bug#21159
qua:wally dev:wilian git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@104585 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
2159a5452a
commit
347032eded
|
@ -104,7 +104,7 @@ public class MyComboboxRuta extends Combobox {
|
|||
|
||||
private String retornaDescricaoRuta(Ruta ruta) {
|
||||
return ruta.getNumRuta()!= null ? ruta.getNumRuta().concat(SEPARADOR).concat(ruta.getDescruta())
|
||||
.concat(SEPARADOR).concat(ruta.getClaseServicio().getDescclase()) : "";
|
||||
.concat(SEPARADOR).concat(ruta.getClaseServicio() != null ? ruta.getClaseServicio().getDescclase(): "" ) : "";
|
||||
}
|
||||
|
||||
public void setComboItemByRuta(Ruta ruta) {
|
||||
|
|
Loading…
Reference in New Issue