浏览代码

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>';