From 46ab7c597a5527356e5e3f7c41f2a072ad185310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a?= Date: Fri, 17 Aug 2012 23:50:22 +0200 Subject: [PATCH] Missing translation in PoS > Print Ticket page --- htdocs/cashdesk/tpl/ticket.tpl.php | 3 ++- htdocs/cashdesk/tpl/validation2.tpl.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/cashdesk/tpl/ticket.tpl.php b/htdocs/cashdesk/tpl/ticket.tpl.php index 52a58a2bad8..b9fd3e5f3f7 100644 --- a/htdocs/cashdesk/tpl/ticket.tpl.php +++ b/htdocs/cashdesk/tpl/ticket.tpl.php @@ -18,6 +18,7 @@ include_once(DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php'); $langs->load("main"); +$langs->load('cashdesk'); header("Content-type: text/html; charset=".$conf->file->character_set_client); $facid=GETPOST('facid','int'); @@ -27,7 +28,7 @@ $object->fetch($facid); ?> -Print ticket +<?php echo $langs->trans('PrintTicket') ?>