edgar 2016-08-17 14:25:42 +00:00
parent be58941022
commit bac27352a8
1 changed files with 1 additions and 2 deletions

View File

@ -111,6 +111,7 @@ import com.rjconsultores.ventaboletos.service.PtovtaCatIndService;
import com.rjconsultores.ventaboletos.service.PtovtaComissaoService; import com.rjconsultores.ventaboletos.service.PtovtaComissaoService;
import com.rjconsultores.ventaboletos.service.PtovtaEmpresaBloqueadaService; import com.rjconsultores.ventaboletos.service.PtovtaEmpresaBloqueadaService;
import com.rjconsultores.ventaboletos.service.PtovtaEmpresaService; import com.rjconsultores.ventaboletos.service.PtovtaEmpresaService;
import com.rjconsultores.ventaboletos.service.PtovtaHorarioService;
import com.rjconsultores.ventaboletos.service.PuntoVentaService; import com.rjconsultores.ventaboletos.service.PuntoVentaService;
import com.rjconsultores.ventaboletos.service.TipoPuntoVentaService; import com.rjconsultores.ventaboletos.service.TipoPuntoVentaService;
import com.rjconsultores.ventaboletos.service.UsuarioBancarioService; import com.rjconsultores.ventaboletos.service.UsuarioBancarioService;
@ -1560,9 +1561,7 @@ public class EditarPuntoVentaController extends MyGenericForwardComposer {
horario.setActivo(Boolean.FALSE); horario.setActivo(Boolean.FALSE);
horario.setUsuarioId(UsuarioLogado.getUsuarioLogado().getUsuarioId()); horario.setUsuarioId(UsuarioLogado.getUsuarioLogado().getUsuarioId());
horario.setFecmodif(Calendar.getInstance().getTime()); horario.setFecmodif(Calendar.getInstance().getTime());
ptovtaHorarioList.removeItem(horario); ptovtaHorarioList.removeItem(horario);
lsHorario.remove(horario);
} }
} catch (Exception ex) { } catch (Exception ex) {
log.error(ex); log.error(ex);