fixes bug#23041

dev: FABIO
qua: Silvania

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@108595 d1611594-4594-4d17-8e1d-87c2c4800839
master
celio 2021-09-02 20:18:28 +00:00
parent cd27b4adcf
commit 8e5f74f1af
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ public class RelatorioVendasCartoes extends Relatorio {
sb.append(" INNER JOIN caja_tarjeta ct ON (ct.cajadetpago_id = cdp.cajadetpago_id)");
sb.append(" INNER JOIN punto_venta pt ON (pt.puntoventa_id = c.puntoventa_id) ");
sb.append(" INNER JOIN estacion est ON (est.estacion_id = c.estacion_id) ");
sb.append(" left JOIN estacion_sitef estSitef ON (estSitef.estacion_id = c.estacion_id) ");
sb.append(" LEFT JOIN estacion_sitef estsitef ON ( estsitef.estacion_id = c.estacion_id and estsitef.activo = 1) ");
sb.append(" WHERE c.indreimpresion = 0 ");
if(empresa!= null){