www/getyeastsources.php

changeset 232
daf2d9d6fa18
parent 141
fe9e2a677611
child 296
69fadd1aded2
--- a/www/getyeastsources.php	Sat Feb 02 11:53:39 2019 +0100
+++ b/www/getyeastsources.php	Sat Feb 02 14:57:41 2019 +0100
@@ -18,7 +18,9 @@
 		'product_id' => $row['product_id'],
 		'min_temperature' => $row['min_temperature'],
 		'max_temperature' => $row['max_temperature'],
+		'flocculation' => $row['flocculation'],
 		'attenuation' => $row['attenuation'],
+		'cells' => $row['cells'],
 		'inventory' => $row['inventory'],
 		'cost' => $row['cost']
 	);

mercurial