www/js/rec_edit.js

changeset 561
dc618b8a9552
parent 559
10cc2400b5d5
child 642
9d1af81b20ef
--- a/www/js/rec_edit.js	Wed Dec 04 21:52:37 2019 +0100
+++ b/www/js/rec_edit.js	Thu Dec 05 13:21:41 2019 +0100
@@ -3597,7 +3597,7 @@
    yeastData.y_cells = datarecord.cells;
    yeastData.y_inventory = datarecord.inventory;
    yeastData.y_sta1 = datarecord.sta1;
-   yeastData,y_bacteria = datarecord.bacteria;
+   yeastData.y_bacteria = datarecord.bacteria;
    yeastData.y_harvest_top = datarecord.harvest_top;
    yeastData.y_harvest_time = datarecord.harvest_time;
    yeastData.y_pitch_temperature = datarecord.pitch_temperature;

mercurial