diff -r 9d771385a8a0 -r 28670364bd0c www/rec_print.php --- a/www/rec_print.php Thu Oct 17 16:00:10 2019 +0200 +++ b/www/rec_print.php Thu Oct 17 16:09:53 2019 +0200 @@ -294,7 +294,7 @@ if ($item['y_form'] == 0) // Liquid $amount = sprintf("%.0f",floatval($item['y_amount']))." pak"; - else if ($item['y_form'] == 1) // Dry + else if ($item['y_form'] == 1 || $item['y_form'] == 6) // Dry $amount = sprintf("%.1f",floatval($item['y_amount'])*1000)." gr"; else $amount = sprintf("%.0f",floatval($item['y_amount'])*1000)." ml";