www/prod_print.php

changeset 543
c062eb0dd7ce
parent 542
dabe1c854a0f
child 589
b6a73022abe7
equal deleted inserted replaced
542:dabe1c854a0f 543:c062eb0dd7ce
94 $this->Cell($vul,5,'',0,0,'L',false); 94 $this->Cell($vul,5,'',0,0,'L',false);
95 $this->Cell(35,5,'Batch grootte',0,0,'L',true); 95 $this->Cell(35,5,'Batch grootte',0,0,'L',true);
96 if ($divide_parts == 0) 96 if ($divide_parts == 0)
97 $this->Cell(45,5,$row['batch_size'].' liter',0,0,'L',true); 97 $this->Cell(45,5,$row['batch_size'].' liter',0,0,'L',true);
98 else 98 else
99 $this->Cell(45,5,$row['batch_size'].' van '.($row['batch_size'] * (1 / $divide_factor)).' liter',0,0,'L',true); 99 $this->Cell(45,5,$row['batch_size'].' van '.sprintf("%.2f", ($row['batch_size'] * (1 / $divide_factor))).' liter',0,0,'L',true);
100 $this->Ln(); 100 $this->Ln();
101 101
102 $this->SetX($this->TableX); 102 $this->SetX($this->TableX);
103 $this->Cell(35,5,'Kooktijd',0,0,'L',true); 103 $this->Cell(35,5,'Kooktijd',0,0,'L',true);
104 $this->Cell(45,5,$row['boil_time'].' minuten',0,0,'L',true); 104 $this->Cell(45,5,$row['boil_time'].' minuten',0,0,'L',true);

mercurial