www/includes/db_inventory_fermentables.php

changeset 39
400aae9fb0c8
parent 37
9362eb9e9e5b
child 77
a9f8de2d7b2b
--- a/www/includes/db_inventory_fermentables.php	Mon Aug 27 22:58:20 2018 +0200
+++ b/www/includes/db_inventory_fermentables.php	Tue Aug 28 11:30:42 2018 +0200
@@ -121,8 +121,7 @@
 			'inventory' => $row['inventory'],
 			'cost' => $row['cost'],
 			'production_date' => $row['production_date'],
-			'tht_date' => $row['tht_date'],
-			'supplier_rec' => $row['supplier_rec']
+			'tht_date' => $row['tht_date']
 		);
 	}
 	echo json_encode($fermentables);

mercurial