www/prod_print.php

changeset 432
99dcd8488b62
parent 424
7d231014b301
child 449
a1d6b9eec988
equal deleted inserted replaced
431:a4cde20e4ced 432:99dcd8488b62
736 $this->Ln(7); 736 $this->Ln(7);
737 737
738 $coolingtype = array( '-', 'Dompelkoeler', 'Tegenstroomkoeler', 'Au bain marie', 'Laten afkoelen' ); 738 $coolingtype = array( '-', 'Dompelkoeler', 'Tegenstroomkoeler', 'Au bain marie', 'Laten afkoelen' );
739 $this->SetX($this->TableX); 739 $this->SetX($this->TableX);
740 $this->Cell(35,5,'Spoelwater temperatuur',0,0,'L',true); 740 $this->Cell(35,5,'Spoelwater temperatuur',0,0,'L',true);
741 $this->Cell(50,5,sprintf("%.1f", $row['brew_sparge_temperature']).DEG.'C',0,0,'L',true); 741 $this->Cell(50,5,sprintf("%.1f", $row['sparge_temp']).DEG.'C',0,0,'L',true);
742 $this->Cell($vul,5,'',0,0,'L',false); 742 $this->Cell($vul,5,'',0,0,'L',false);
743 $this->Cell(35,5,'Koel methode',0,0,'L',true); 743 $this->Cell(35,5,'Koel methode',0,0,'L',true);
744 $this->Cell(50,5,$coolingtype[$row['brew_cooling_method']],0,0,'L',true); 744 $this->Cell(50,5,$coolingtype[$row['brew_cooling_method']],0,0,'L',true);
745 $this->Ln(); 745 $this->Ln();
746 746

mercurial