# HG changeset patch # User Michiel Broek # Date 1535448642 -7200 # Node ID 400aae9fb0c89181fceba2ffe1a18b703feb9b7e # Parent b7d44c98d609c454f82f9ae98a1393a7e9e1587a Some small fixes diff -r b7d44c98d609 -r 400aae9fb0c8 www/includes/db_inventory_fermentables.php --- 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); diff -r b7d44c98d609 -r 400aae9fb0c8 www/includes/global.inc.php --- a/www/includes/global.inc.php Mon Aug 27 22:58:20 2018 +0200 +++ b/www/includes/global.inc.php Tue Aug 28 11:30:42 2018 +0200 @@ -51,11 +51,13 @@ - + + + diff -r b7d44c98d609 -r 400aae9fb0c8 www/inv_yeasts.php --- a/www/inv_yeasts.php Mon Aug 27 22:58:20 2018 +0200 +++ b/www/inv_yeasts.php Tue Aug 28 11:30:42 2018 +0200 @@ -76,5 +76,5 @@ diff -r b7d44c98d609 -r 400aae9fb0c8 www/js/inv_mash_profiles.js --- a/www/js/inv_mash_profiles.js Mon Aug 27 22:58:20 2018 +0200 +++ b/www/js/inv_mash_profiles.js Tue Aug 28 11:30:42 2018 +0200 @@ -262,7 +262,7 @@ // initialize the popup window and buttons. $("#popupWindow").jqxWindow({ width: 860, - height: 600, + height: 550, resizable: false, theme: theme, isModal: true,