Merge pull request 'AL-2355' (!92) from AL-2355 into master
Reviewed-on: http://18.235.188.113:3000/adm/VentaBoletosAdm/pulls/92 Reviewed-by: fabio <fabio.faria@rjconsultores.com.br>master 1.0.73
commit
069878d363
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.0.72</version>
|
||||
<version>1.0.73</version>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -2417,7 +2417,8 @@ public class EditarPuntoVentaController extends MyGenericForwardComposer {
|
|||
}
|
||||
|
||||
private void validarDiversos() {
|
||||
if (!txtResponEnergia.getValue().isEmpty()
|
||||
if (puntoVenta.getDiversosId() != null ||
|
||||
!txtResponEnergia.getValue().isEmpty()
|
||||
|| cmbPosicao.getSelectedItem() != null
|
||||
|| checkInformatizada.isChecked()
|
||||
|| checkBilheteInfo.isChecked()
|
||||
|
|
Loading…
Reference in New Issue