www/prod_forum.php

branch
divide
changeset 537
9dbce45f39b7
parent 516
28670364bd0c
child 542
dabe1c854a0f
--- a/www/prod_forum.php	Thu Oct 24 20:46:56 2019 +0200
+++ b/www/prod_forum.php	Fri Oct 25 10:12:24 2019 +0200
@@ -94,6 +94,8 @@
 itemline("Geschat alcohol", sprintf("%.1f",$row['est_abv']).'% vol');
 itemline("Kleur (" . $colormethod[$row['color_method']] . ")", $row['est_color'] . ' EBC');
 itemline("Bitterheid (" . $ibumethod[$row['ibu_method']] . ")", $row['est_ibu'] . ' IBU');
+if ($row['divide_parts'])
+    itemline("Split batch (".$splitat[$row['divide_type']].")", ($row['divide_part'] + 1)." van ".($row['divide_parts'] + 1));
 echo PHP_EOL . PHP_EOL;
 
 $sugarsm = 0;

mercurial