P2 - Status Checkin (bug #5303)
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@36190 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
9167fb7907
commit
2111195ed2
|
@ -68,9 +68,8 @@ public class EditarMotivoCancelacionController extends MyGenericForwardComposer
|
||||||
if (motivoCancelacion.getMotivocancelacionId() == null) {
|
if (motivoCancelacion.getMotivocancelacionId() == null) {
|
||||||
btnApagar.setVisible(Boolean.FALSE);
|
btnApagar.setVisible(Boolean.FALSE);
|
||||||
} else {
|
} else {
|
||||||
if (motivoCancelacion.getMotivocancelacionId() <= 18) {
|
if (motivoCancelacion.getMotivocancelacionId() <= 35) {
|
||||||
btnApagar.setVisible(false);
|
btnApagar.setVisible(false);
|
||||||
btnSalvar.setVisible(Boolean.FALSE);
|
|
||||||
txtNome.setDisabled(true);
|
txtNome.setDisabled(true);
|
||||||
|
|
||||||
Messagebox.show(
|
Messagebox.show(
|
||||||
|
|
Loading…
Reference in New Issue