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 (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);
|
||||||
|
|
Loading…
Reference in New Issue