diff --git a/src/com/rjconsultores/ventaboletos/dao/hibernate/PuntoVentaHibernateDAO.java b/src/com/rjconsultores/ventaboletos/dao/hibernate/PuntoVentaHibernateDAO.java index 8cc2888e6..d86b15238 100644 --- a/src/com/rjconsultores/ventaboletos/dao/hibernate/PuntoVentaHibernateDAO.java +++ b/src/com/rjconsultores/ventaboletos/dao/hibernate/PuntoVentaHibernateDAO.java @@ -243,14 +243,6 @@ public class PuntoVentaHibernateDAO extends GenericHibernateDAO quantidadeECFPorPuntoVenta(Conferencia conferencia) { - StringBuilder sb = new StringBuilder(); - - // String query = " SELECT f.NUMSERIE20 from FISCAL_R4 f " - // + "JOIN FISCAL_IMPRESSORA fi on fi.FISCALIMPRESSORA_ID=f.FISCALIMPRESSORA_ID " - // +" WHERE f.DATAMOV=:dataMovimento " - // + "AND fi.PUNTOVENTA_ID=:puntoVentaId " - // +" GROUP BY f.NUMSERIE20 "; - StringBuilder sql = new StringBuilder(); sql.append("SELECT imp.NUMSERIE20 ");