fixes bug#AL-2890 Apagando código comentado e identação

master
Gleison da Cruz 2023-08-10 17:04:06 -03:00
parent 36f52bf93d
commit e74a685ff6
1 changed files with 1 additions and 2 deletions

View File

@ -2424,7 +2424,6 @@ public class EditarPuntoVentaController extends MyGenericForwardComposer {
if (puntoVenta.getDiversosId() != null) if (puntoVenta.getDiversosId() != null)
{ {
if(!txtResponEnergia.getValue().isEmpty() if(!txtResponEnergia.getValue().isEmpty()
//|| cmbPosicao.getSelectedItem() != null
|| checkInformatizada.isChecked() || checkInformatizada.isChecked()
|| checkBilheteInfo.isChecked() || checkBilheteInfo.isChecked()
|| checkVendaInternet.isChecked() || checkVendaInternet.isChecked()
@ -2442,7 +2441,7 @@ public class EditarPuntoVentaController extends MyGenericForwardComposer {
puntoVenta.getDiversosId().setActivo(Boolean.TRUE); puntoVenta.getDiversosId().setActivo(Boolean.TRUE);
puntoVenta.getDiversosId().setUsuarioId(UsuarioLogado.getUsuarioLogado().getUsuarioId()); puntoVenta.getDiversosId().setUsuarioId(UsuarioLogado.getUsuarioLogado().getUsuarioId());
puntoVenta.getDiversosId().setFecmodif(Calendar.getInstance().getTime()); puntoVenta.getDiversosId().setFecmodif(Calendar.getInstance().getTime());
} }
} else { } else {
puntoVenta.setDiversosId(null); puntoVenta.setDiversosId(null);