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-87c2c4800839master
parent
cd27b4adcf
commit
8e5f74f1af
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue