Переглянути джерело

Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop

Laurent Destailleur 3 роки тому
батько
коміт
a182cee8b0
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      htdocs/societe/consumption.php

+ 1 - 1
htdocs/societe/consumption.php

@@ -675,7 +675,7 @@ if ($sql_select) {
 	print '<td colspan="3"></td>';
 	print '<td colspan="3"></td>';
 	print '<td class="right">'.$total_qty.'</td>';
 	print '<td class="right">'.$total_qty.'</td>';
 	print '<td class="right">'.price($total_ht).'</td>';
 	print '<td class="right">'.price($total_ht).'</td>';
-	print '<td class="right">'.price($total_ht / (empty($total_qty) ? 1 : $total_qty)).'</td>';
+	print '<td class="right">'.price(price2num($total_ht / (empty($total_qty) ? 1 : $total_qty), 'MU')).'</td>';
 	print "</table>";
 	print "</table>";
 	print '</div>';
 	print '</div>';