fixes bug#AL-2355
parent
ba21c55c72
commit
c7368a5ce9
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.0.72</version>
|
<version>1.0.73</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -2417,7 +2417,8 @@ public class EditarPuntoVentaController extends MyGenericForwardComposer {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void validarDiversos() {
|
private void validarDiversos() {
|
||||||
if (!txtResponEnergia.getValue().isEmpty()
|
if (puntoVenta.getDiversosId() != null ||
|
||||||
|
!txtResponEnergia.getValue().isEmpty()
|
||||||
|| cmbPosicao.getSelectedItem() != null
|
|| cmbPosicao.getSelectedItem() != null
|
||||||
|| checkInformatizada.isChecked()
|
|| checkInformatizada.isChecked()
|
||||||
|| checkBilheteInfo.isChecked()
|
|| checkBilheteInfo.isChecked()
|
||||||
|
|
Loading…
Reference in New Issue