From bfd5ed3281acb29d0de81b0b5da64bbf83b167e2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 3 Jun 2022 02:31:09 +0200 Subject: [PATCH] Trans --- htdocs/takepos/invoice.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/takepos/invoice.php b/htdocs/takepos/invoice.php index 586cdcfcd56..512dab86d59 100644 --- a/htdocs/takepos/invoice.php +++ b/htdocs/takepos/invoice.php @@ -1446,7 +1446,7 @@ if ($placeid > 0) { } $htmlsupplements[$line->fk_parent_line] .= '" id="'.$line->id.'"'; if ($line->special_code == "4") { - $htmlsupplements[$line->fk_parent_line] .= ' title="'.dol_escape_htmltag("AlreadyPrinted").'"'; + $htmlsupplements[$line->fk_parent_line] .= ' title="'.dol_escape_htmltag($langs->trans("AlreadyPrinted")).'"'; } $htmlsupplements[$line->fk_parent_line] .= '>'; $htmlsupplements[$line->fk_parent_line] .= ''; @@ -1489,7 +1489,7 @@ if ($placeid > 0) { } $htmlforlines .= '" id="'.$line->id.'"'; if ($line->special_code == "4") { - $htmlforlines .= ' title="'.dol_escape_htmltag("AlreadyPrinted").'"'; + $htmlforlines .= ' title="'.dol_escape_htmltag($langs->trans("AlreadyPrinted")).'"'; } $htmlforlines .= '>'; $htmlforlines .= '';