fixes bug#3331
parent
0272147567
commit
f612b079f2
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>br.com.rjconsultores</groupId>
|
<groupId>br.com.rjconsultores</groupId>
|
||||||
<artifactId>ventaboletosadm</artifactId>
|
<artifactId>ventaboletosadm</artifactId>
|
||||||
<version>1.24.1</version>
|
<version>1.24.2</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -467,7 +467,7 @@ public class BusquedaConfTotemController extends MyGenericForwardComposer {
|
||||||
groupBoxEmailObrigatorio.setVisible(Boolean.TRUE);
|
groupBoxEmailObrigatorio.setVisible(Boolean.TRUE);
|
||||||
} else {
|
} else {
|
||||||
groupBoxEmailObrigatorio.setVisible(Boolean.FALSE);
|
groupBoxEmailObrigatorio.setVisible(Boolean.FALSE);
|
||||||
|
chkIndEmailObrigatorio.setChecked(Boolean.FALSE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -476,7 +476,7 @@ public class BusquedaConfTotemController extends MyGenericForwardComposer {
|
||||||
groupBoxTelefoneObrigatorio.setVisible(Boolean.TRUE);
|
groupBoxTelefoneObrigatorio.setVisible(Boolean.TRUE);
|
||||||
} else {
|
} else {
|
||||||
groupBoxTelefoneObrigatorio.setVisible(Boolean.FALSE);
|
groupBoxTelefoneObrigatorio.setVisible(Boolean.FALSE);
|
||||||
|
chkIndTelefoneObrigatorio.setChecked(Boolean.FALSE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue