www/prod_forum.php

changeset 542
dabe1c854a0f
parent 539
fe9ac6d49c4f
parent 537
9dbce45f39b7
child 565
dfc850e6ee1f
--- a/www/prod_forum.php	Mon Oct 28 13:44:12 2019 +0100
+++ b/www/prod_forum.php	Mon Oct 28 19:55:42 2019 +0100
@@ -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