diff --git a/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/tarifas/EditarSeguradoraEmpresaController.java b/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/tarifas/EditarSeguradoraEmpresaController.java index df558c976..473b14949 100644 --- a/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/tarifas/EditarSeguradoraEmpresaController.java +++ b/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/tarifas/EditarSeguradoraEmpresaController.java @@ -61,7 +61,7 @@ public class EditarSeguradoraEmpresaController extends MyGenericForwardComposer try { Empresa empresa = (Empresa)cmbEmpresa.getSelectedItem().getValue(); - if (seguradoraEmpresaService.existe(empresa)) { + if (seguradoraEmpresaService.existe(empresa, txtSerie.getValue())) { Messagebox.show( Labels.getLabel("editarSeguradoraEmpresaController.MSG.existe"), Labels.getLabel("editarSeguradoraEmpresaController.window.title"),