bug #9716
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@74130 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
f93e9bbba2
commit
d12ac9c062
|
@ -94,6 +94,15 @@ public class BusquedaMotivoCancelacionController extends MyGenericForwardCompose
|
|||
@Override
|
||||
public void onEvent(Event event) throws Exception {
|
||||
MotivoCancelacion mc = (MotivoCancelacion) motivoCancelacionList.getSelected();
|
||||
if (mc.getCveSistema() != null) {
|
||||
Messagebox.show(
|
||||
Labels.getLabel("MSG.noEditabled"),
|
||||
Labels.getLabel("editarMotivoCancelacionController.window.title"),
|
||||
Messagebox.OK, Messagebox.INFORMATION);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
verPeriodo(mc);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue