Laurent Destailleur hace 3 años
padre
commit
bfd5ed3281
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      htdocs/takepos/invoice.php

+ 2 - 2
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] .= '<td class="left">';
@@ -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 .= '<td class="left">';