www/includes/db_inventory_fermentables.php

changeset 39
400aae9fb0c8
parent 37
9362eb9e9e5b
child 77
a9f8de2d7b2b
equal deleted inserted replaced
38:b7d44c98d609 39:400aae9fb0c8
119 'acid_to_ph_57' => $row['acid_to_ph_57'], 119 'acid_to_ph_57' => $row['acid_to_ph_57'],
120 'graintype' => $row['graintype'], 120 'graintype' => $row['graintype'],
121 'inventory' => $row['inventory'], 121 'inventory' => $row['inventory'],
122 'cost' => $row['cost'], 122 'cost' => $row['cost'],
123 'production_date' => $row['production_date'], 123 'production_date' => $row['production_date'],
124 'tht_date' => $row['tht_date'], 124 'tht_date' => $row['tht_date']
125 'supplier_rec' => $row['supplier_rec']
126 ); 125 );
127 } 126 }
128 echo json_encode($fermentables); 127 echo json_encode($fermentables);
129 } 128 }
130 ?> 129 ?>

mercurial