fixed bug#12424
dev:Thiago qua:Wallysson git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@86220 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
325823d280
commit
c264db7442
|
@ -879,15 +879,7 @@ public class EditarCatalogoDeRutaController extends MyGenericForwardComposer
|
|||
|
||||
List<Ruta> lsRuta = new ArrayList<Ruta>();
|
||||
|
||||
if (null != txtNumRuta && txtNumRuta.getValue() != null && Pattern.matches("[0-9]+", txtNumRuta.getValue().replace(".", "").replace("-", "")) == false) {
|
||||
Messagebox.show(
|
||||
Labels.getLabel("editarCatalogoDeRutaController.lblNumRutaInvalido.value"),
|
||||
Labels.getLabel("editarCatalogoDeRutaController.window.title"),
|
||||
Messagebox.OK, Messagebox.EXCLAMATION);
|
||||
return;
|
||||
}else {
|
||||
lsRuta = rutaService.buscarNumRuta(txtNumRuta.getValue().toString());
|
||||
}
|
||||
|
||||
if (radIda.isChecked()) {
|
||||
ruta.setIndSentidoIda(Boolean.TRUE);
|
||||
|
|
Loading…
Reference in New Issue