www/getyeastsources.php

changeset 141
fe9e2a677611
parent 61
3469979f83be
child 232
daf2d9d6fa18
--- a/www/getyeastsources.php	Thu Dec 13 22:58:12 2018 +0100
+++ b/www/getyeastsources.php	Sat Dec 15 11:06:14 2018 +0100
@@ -1,7 +1,7 @@
 <?php
 require_once('config.php');
 
-$query = "SELECT * FROM inventory_yeasts ORDER BY name";
+$query = "SELECT * FROM inventory_yeasts ORDER BY laboratory,product_id,name";
 $connect = mysqli_connect(DBASE_HOST,DBASE_USER,DBASE_PASS,DBASE_NAME);
 if (! $connect) {
 	echo "[]";

mercurial