www/prod_checklist.php

branch
stable
changeset 520
d25a1b160dba
parent 516
28670364bd0c
child 535
1f0059cfb6fe
--- a/www/prod_checklist.php	Sat Sep 14 10:41:35 2019 +0200
+++ b/www/prod_checklist.php	Fri Oct 18 13:12:46 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