diff -r 9d771385a8a0 -r 28670364bd0c www/prod_checklist.php --- a/www/prod_checklist.php Thu Oct 17 16:00:10 2019 +0200 +++ b/www/prod_checklist.php Thu Oct 17 16:09:53 2019 +0200 @@ -323,7 +323,7 @@ if ($item['y_use'] == 0) { // primary if ($item['y_form'] == 0) { // Liquid $this->Checkline($item['y_amount'].' pak '.$item['y_product_id'].', '.$item['y_name'].' gist'); - } else if ($item['y_form'] == 1) { // Dry + } else if ($item['y_form'] == 1 || $item['y_form'] == 6) { // Dry $s = sprintf("%.1f",$item['y_amount']*1000).' gram '.$item['y_product_id'].', '.$item['y_name']; $s .= ' gist'; $dry += $item['y_amount']*10000;