diff -r a4cde20e4ced -r 99dcd8488b62 www/prod_print.php --- 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);