leonardo 2015-10-19 18:54:56 +00:00
parent 3330eb78bd
commit d04949a402
1 changed files with 1 additions and 1 deletions

View File

@ -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"),