www/prod_print.php

changeset 432
99dcd8488b62
parent 424
7d231014b301
child 449
a1d6b9eec988
--- a/www/prod_print.php	Fri Jun 28 20:12:54 2019 +0200
+++ b/www/prod_print.php	Sun Jun 30 13:18:36 2019 +0200
@@ -738,7 +738,7 @@
 		$coolingtype = array( '-', 'Dompelkoeler', 'Tegenstroomkoeler', 'Au bain marie', 'Laten afkoelen' );
 		$this->SetX($this->TableX);
                 $this->Cell(35,5,'Spoelwater temperatuur',0,0,'L',true);
-                $this->Cell(50,5,sprintf("%.1f", $row['brew_sparge_temperature']).DEG.'C',0,0,'L',true);
+                $this->Cell(50,5,sprintf("%.1f", $row['sparge_temp']).DEG.'C',0,0,'L',true);
                 $this->Cell($vul,5,'',0,0,'L',false);
                 $this->Cell(35,5,'Koel methode',0,0,'L',true);
                 $this->Cell(50,5,$coolingtype[$row['brew_cooling_method']],0,0,'L',true);

mercurial