fixes bug#3331

master
wallace.henrique 2023-10-05 17:19:15 -03:00
parent 0272147567
commit f612b079f2
2 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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);
}
}
}