diff --git a/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/catalogos/BusquedaConfTotemController.java b/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/catalogos/BusquedaConfTotemController.java index b49c3de8f..208940e8a 100644 --- a/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/catalogos/BusquedaConfTotemController.java +++ b/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/catalogos/BusquedaConfTotemController.java @@ -28,7 +28,6 @@ import org.zkoss.zul.Paging; import org.zkoss.zul.Spinner; import com.rjconsultores.ventaboletos.entidad.ConfTotem; -import com.rjconsultores.ventaboletos.entidad.ConfTotemVentaRapidaOrigem; import com.rjconsultores.ventaboletos.entidad.ConfTotemVentaRapida; import com.rjconsultores.ventaboletos.entidad.Empresa; import com.rjconsultores.ventaboletos.entidad.Parada; diff --git a/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/catalogos/EditarConfTotemVentaRapidaController.java b/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/catalogos/EditarConfTotemVentaRapidaController.java index b30aae7e2..9693c0ed1 100644 --- a/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/catalogos/EditarConfTotemVentaRapidaController.java +++ b/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/catalogos/EditarConfTotemVentaRapidaController.java @@ -21,13 +21,10 @@ import org.zkoss.zk.ui.event.Event; import org.zkoss.zk.ui.event.EventListener; import org.zkoss.zul.Button; -import com.rjconsultores.ventaboletos.entidad.ConfTotemVentaRapidaOrigem; import com.rjconsultores.ventaboletos.entidad.ConfTotemVentaRapida; import com.rjconsultores.ventaboletos.entidad.Parada; import com.rjconsultores.ventaboletos.service.ConfTotemVentaRapidaService; -import com.rjconsultores.ventaboletos.service.ConfTotemVentaRapidaOrigemService; import com.rjconsultores.ventaboletos.service.ParadaService; -import com.rjconsultores.ventaboletos.vo.conftotem.ConfTotemVentaRapidaVO; import com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParada; import com.rjconsultores.ventaboletos.web.utilerias.MyGenericForwardComposer; import com.rjconsultores.ventaboletos.web.utilerias.MyListbox;