www/includes/db_product.php

changeset 518
00e110567fee
parent 517
37cae59e4d8d
child 533
be8691b7d634
--- a/www/includes/db_product.php	Thu Oct 17 20:46:48 2019 +0200
+++ b/www/includes/db_product.php	Fri Oct 18 13:06:12 2019 +0200
@@ -245,7 +245,7 @@
 	$sql .= "', wa_acid_perc='" . $_POST['wa_acid_perc'];
 	$sql .= "', wa_base_name='" . $_POST['wa_base_name'];
 	if ($_POST['starter_enable'] == 0) {
-		$sql .= "', starter_enable='0', starter_type='0', starter_sg='1.040', starter_viability='97";
+		$sql .= "', starter_enable='0', starter_type='0', starter_sg='1.037', 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";
 	} else {

mercurial