www/prod_print.php

changeset 357
74d56bed75b9
parent 338
a51b858aacca
child 391
a1bcebc61ddd
--- a/www/prod_print.php	Sat May 11 16:55:41 2019 +0200
+++ b/www/prod_print.php	Sat May 11 17:25:58 2019 +0200
@@ -373,7 +373,7 @@
 			else
 				$gebruik = $miscuse[$use_use];
 
-			$hoeveel = sprintf("%.1f %s",$amount,$aiw ? "gr":"ml");
+			$hoeveel = sprintf("%.2f %s",$amount,$aiw ? "gr":"ml");
 			$this->Cell($vul,5,$name,0,0,'L',true);
 			$this->Cell(30,5,$misctype[$type],0,0,'L',true);
 			$this->Cell(30,5,$gebruik,0,0,'L',true);

mercurial