diff -r 481dbe0af222 -r c62ff53cfc3d www/getyeastsources.php --- a/www/getyeastsources.php Sun Dec 01 17:37:22 2019 +0100 +++ b/www/getyeastsources.php Mon Dec 02 13:24:34 2019 +0100 @@ -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");