Selaa lähdekoodia

Fix bad warning

Laurent Destailleur 3 vuotta sitten
vanhempi
commit
b9915800cf
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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>';