diff --git a/src/java/com/rjconsultores/ventaboletos/relatorios/internacionalizacao/RelatorioTrechoVendido_pt_BR.properties b/src/java/com/rjconsultores/ventaboletos/relatorios/internacionalizacao/RelatorioTrechoVendido_pt_BR.properties
index 87ab58c2e..54d54a4e0 100644
--- a/src/java/com/rjconsultores/ventaboletos/relatorios/internacionalizacao/RelatorioTrechoVendido_pt_BR.properties
+++ b/src/java/com/rjconsultores/ventaboletos/relatorios/internacionalizacao/RelatorioTrechoVendido_pt_BR.properties
@@ -18,3 +18,7 @@ group.poltronas.livres=P. Livre
group.total=Total
group.valor.total=Vr. Total
+#Summary
+
+summary.total=Total
+
diff --git a/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioTrechoVendido.jasper b/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioTrechoVendido.jasper
index ab85e893f..9a0e79d94 100644
Binary files a/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioTrechoVendido.jasper and b/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioTrechoVendido.jasper differ
diff --git a/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioTrechoVendido.jrxml b/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioTrechoVendido.jrxml
index 7b463255b..19d485eef 100644
--- a/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioTrechoVendido.jrxml
+++ b/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioTrechoVendido.jrxml
@@ -34,7 +34,7 @@
ELSE NULL
END) AS VENDA
FROM
- CAJA c
+ BOLETO c
LEFT JOIN PARADA origem
ON
(
@@ -355,6 +355,16 @@ ORDER BY
+
+
+
+
+
+
+
+
+
+