www/prod_checklist.php

changeset 516
28670364bd0c
parent 423
2230d3faeed9
child 535
1f0059cfb6fe
--- 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;

mercurial