fixes bug#AL-2890 Apagando código comentado e identação
parent
36f52bf93d
commit
e74a685ff6
|
@ -2424,7 +2424,6 @@ public class EditarPuntoVentaController extends MyGenericForwardComposer {
|
|||
if (puntoVenta.getDiversosId() != null)
|
||||
{
|
||||
if(!txtResponEnergia.getValue().isEmpty()
|
||||
//|| cmbPosicao.getSelectedItem() != null
|
||||
|| checkInformatizada.isChecked()
|
||||
|| checkBilheteInfo.isChecked()
|
||||
|| checkVendaInternet.isChecked()
|
||||
|
@ -2442,7 +2441,7 @@ public class EditarPuntoVentaController extends MyGenericForwardComposer {
|
|||
puntoVenta.getDiversosId().setActivo(Boolean.TRUE);
|
||||
puntoVenta.getDiversosId().setUsuarioId(UsuarioLogado.getUsuarioLogado().getUsuarioId());
|
||||
puntoVenta.getDiversosId().setFecmodif(Calendar.getInstance().getTime());
|
||||
}
|
||||
}
|
||||
|
||||
} else {
|
||||
puntoVenta.setDiversosId(null);
|
||||
|
|
Loading…
Reference in New Issue