+
{{ticket.description}}
-
{{$t('stowaway')}}: {{ticket.shipFk}}
diff --git a/print/templates/reports/driver-route/locale/es.yml b/print/templates/reports/driver-route/locale/es.yml
index 4c922ba64..3fb6b6885 100644
--- a/print/templates/reports/driver-route/locale/es.yml
+++ b/print/templates/reports/driver-route/locale/es.yml
@@ -20,7 +20,6 @@ phone: Teléfono
warehouse: Almacén
salesPerson: Comercial
import: Importe
-stowaway: Encajado dentro del ticket
route: Ruta
routeId: Ruta {0}
ticket: Ticket
\ No newline at end of file
diff --git a/print/templates/reports/driver-route/sql/tickets.sql b/print/templates/reports/driver-route/sql/tickets.sql
index 8806a0473..09e73819b 100644
--- a/print/templates/reports/driver-route/sql/tickets.sql
+++ b/print/templates/reports/driver-route/sql/tickets.sql
@@ -17,7 +17,6 @@ SELECT
0 AS import,
am.name ticketAgency,
tob.description,
- s.shipFk,
u.nickName salesPersonName,
ipkg.itemPackingTypes
FROM route r
@@ -30,7 +29,6 @@ FROM route r
LEFT JOIN province p ON a.provinceFk = p.id
LEFT JOIN warehouse wh ON wh.id = t.warehouseFk
LEFT JOIN agencyMode am ON am.id = t.agencyModeFk
- LEFT JOIN stowaway s ON s.id = t.id
LEFT JOIN (
SELECT t.id AS ticketFk,
GROUP_CONCAT(DISTINCT(i.itemPackingTypeFk)) AS itemPackingTypes