fixes bug#AL-2355

master
Célio de Souza Ribeiro JR 2023-03-15 15:35:08 -03:00
parent ba21c55c72
commit c7368a5ce9
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()