bug#5763
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@39516 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
d0911aa28e
commit
2345af0df6
|
@ -227,7 +227,7 @@ public class EditarPricingEspecificoController extends MyGenericForwardComposer
|
|||
fechaFin.getValue();
|
||||
tarifaAbierto.getValue();
|
||||
|
||||
try {
|
||||
|
||||
if (pricingEspecifico.getTipoPtovta() == null) {
|
||||
Messagebox.show(Labels.getLabel("editarPricingController.MSG.tipoPtoVta"),
|
||||
Labels.getLabel("busquedaPricingEspecificoController.window.title"),
|
||||
|
@ -352,15 +352,8 @@ public class EditarPricingEspecificoController extends MyGenericForwardComposer
|
|||
Labels.getLabel("busquedaPricingEspecificoController.window.title"),
|
||||
Messagebox.OK, Messagebox.EXCLAMATION);
|
||||
}
|
||||
} catch (Exception ex) {
|
||||
log.error(ex);
|
||||
Messagebox.show(
|
||||
Labels.getLabel("MSG.Error"),
|
||||
Labels.getLabel("busquedaPricingEspecificoController.window.title"),
|
||||
Messagebox.OK, Messagebox.ERROR);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @return the pricingEspecificoService
|
||||
|
|
Loading…
Reference in New Issue