fixes bug#9813 bug#9748 bug#9762
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@73742 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
a50c229a66
commit
63c7adf74f
|
@ -1420,13 +1420,12 @@ public class EditarCatalogoDeRutaController extends MyGenericForwardComposer
|
|||
}
|
||||
|
||||
private void atualizarRuta(String msgRutaSalva) throws BusinessException, InterruptedException {
|
||||
salvarRuta(false);
|
||||
// ruta = rutaService.actualizacion(ruta, null);
|
||||
// rutaList.updateItem(ruta);
|
||||
ruta = rutaService.actualizacion(ruta, null);
|
||||
rutaList.updateItem(ruta);
|
||||
|
||||
// Messagebox.show(msgRutaSalva,
|
||||
// Labels.getLabel("editarCatalogoDeRutaController.window.title"),
|
||||
// Messagebox.OK, Messagebox.INFORMATION);
|
||||
Messagebox.show(msgRutaSalva,
|
||||
Labels.getLabel("editarCatalogoDeRutaController.window.title"),
|
||||
Messagebox.OK, Messagebox.INFORMATION);
|
||||
|
||||
closeWindow();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue