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
Célio de Souza Ribeiro JR 2023-03-15 18:39:17 +00:00
commit 069878d363
2 changed files with 3 additions and 2 deletions

View File

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

View File

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