www/getyeastsources.php

branch
stable
changeset 665
4d01937ae7af
parent 554
c62ff53cfc3d
child 705
d77b723f7b35
--- a/www/getyeastsources.php	Fri Oct 18 13:20:35 2019 +0200
+++ b/www/getyeastsources.php	Fri May 01 16:37:31 2020 +0200
@@ -23,7 +23,14 @@
 		'cells' => $row['cells'],
 		'inventory' => $row['inventory'],
 		'cost' => $row['cost'],
-		'tolerance' => $row['tolerance']
+		'tolerance' => $row['tolerance'],
+		'sta1' => $row['sta1'],
+		'bacteria' => $row['bacteria'],
+		'harvest_top' => $row['harvest_top'],
+		'harvest_time' => $row['harvest_time'],
+		'pitch_temperature' => $row['pitch_temperature'],
+		'pofpos' => $row['pofpos'],
+		'zymocide' => $row['zymocide']
 	);
 }
 header("Content-type: application/json");

mercurial