Merge pull request 'fixes bug#3331' (!284) from AL-3331 into master
Reviewed-on: adm/VentaBoletosAdm#284 Reviewed-by: aristides <aristides@rjconsultores.com.br>master 1.24.2
commit
ab37358df6
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>ventaboletosadm</artifactId>
|
||||
<version>1.24.1</version>
|
||||
<version>1.24.2</version>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -467,7 +467,7 @@ public class BusquedaConfTotemController extends MyGenericForwardComposer {
|
|||
groupBoxEmailObrigatorio.setVisible(Boolean.TRUE);
|
||||
} else {
|
||||
groupBoxEmailObrigatorio.setVisible(Boolean.FALSE);
|
||||
|
||||
chkIndEmailObrigatorio.setChecked(Boolean.FALSE);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -476,7 +476,7 @@ public class BusquedaConfTotemController extends MyGenericForwardComposer {
|
|||
groupBoxTelefoneObrigatorio.setVisible(Boolean.TRUE);
|
||||
} else {
|
||||
groupBoxTelefoneObrigatorio.setVisible(Boolean.FALSE);
|
||||
|
||||
chkIndTelefoneObrigatorio.setChecked(Boolean.FALSE);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue