www/rec_toproduct.php

changeset 458
47b592993dd5
parent 432
99dcd8488b62
child 460
046ff5fdc96c
--- a/www/rec_toproduct.php	Sat Aug 24 21:52:46 2019 +0200
+++ b/www/rec_toproduct.php	Sun Aug 25 13:22:00 2019 +0200
@@ -57,9 +57,10 @@
 $sql .= "', brew_fermenter_ibu='0', brew_fermenter_color='0', brew_date_end=NULL, og='0', fg='0";
 $sql .= "', primary_start_temp='0', primary_max_temp='0', primary_end_temp='0', primary_end_date=NULL, primary_end_sg='0";
 $sql .= "', secondary_temp='0', secondary_end_date=NULL, tertiary_temp='0";
-$sql .= "', package_date=NULL";
-$sql .=  ", bottle_amount='0', bottle_carbonation='0', bottle_priming_sugar='0', bottle_priming_amount='0', bottle_carbonation_temp='23";
-$sql .= "', keg_amount='0', keg_carbonation='0', keg_priming_sugar='0', keg_priming_amount='0', keg_carbonation_temp='23";
+$sql .= "', package_date=NULL, package_volume='0', package_infuse_amount='0', package_infuse_abv='0', package_infuse_notes='";
+$sql .= "', package_abv='0', package_ph='0";
+$sql .= "', bottle_amount='0', bottle_carbonation='0', bottle_priming_water='0', bottle_priming_amount='0', bottle_carbonation_temp='23";
+$sql .= "', keg_amount='0', keg_carbonation='0', keg_priming_water='0', keg_priming_amount='0', keg_carbonation_temp='23";
 $sql .= "', keg_forced_carb='0', keg_pressure='0";
 $sql .= "', taste_notes='";
 $sql .= "', taste_rate='0";
@@ -136,6 +137,9 @@
 $sql .= "', wa_acid_name='" . $row['wa_acid_name'];
 $sql .= "', wa_acid_perc='" . $row['wa_acid_perc'];
 $sql .= "', wa_base_name='" . $row['wa_base_name'];
+$sql .= "', starter_enable='0', starter_type='0', starter_sg='1.040', starter_viability='97";
+$sql .= "', prop1_type='0', prop1_volume='0', prop2_type='0', prop2_volume='0";
+$sql .= "', prop3_type='0', prop3_volume='0', prop4_type='0', prop4_volume='0";
 $sql .= "', json_fermentables='" . str_replace($rescapers,$rreplacements,$row['json_fermentables']);
 $sql .= "', json_hops='" . str_replace($rescapers,$rreplacements,$row['json_hops']);
 $sql .= "', json_miscs='" . str_replace($rescapers,$rreplacements,$row['json_miscs']);

mercurial