Laurent Destailleur 3 년 전
부모
커밋
bfd5ed3281
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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">';