소스 검색

Fix bad warning

Laurent Destailleur 3 년 전
부모
커밋
b9915800cf
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      htdocs/compta/prelevement/card.php

+ 2 - 0
htdocs/compta/prelevement/card.php

@@ -439,6 +439,8 @@ if ($id > 0 || $ref) {
 		}
 
 		if ($num > 0) {
+			$total = price2num($total, 'MT');
+
 			print '<tr class="liste_total">';
 			print '<td>'.$langs->trans("Total").'</td>';
 			print '<td>&nbsp;</td>';