www/prod_print.php

changeset 449
a1d6b9eec988
parent 432
99dcd8488b62
child 460
046ff5fdc96c
equal deleted inserted replaced
448:e1a4104c609e 449:a1d6b9eec988
216 function TableHops($row) { 216 function TableHops($row) {
217 global $total_hops; 217 global $total_hops;
218 global $total_ibus; 218 global $total_ibus;
219 global $cost_hops; 219 global $cost_hops;
220 global $preboil_sg; 220 global $preboil_sg;
221 $hopform = array( 'Pellets', 'Plugs', 'Bellen', 'Hop nat' ); 221 $hopform = array( 'Pellets', 'Plugs', 'Bellen', 'Hop nat', 'Cryo Hop' );
222 $hopuse = array( 'Maischen', 'First wort', 'Koken', 'Vlamuit', 'Whirlpool', 'Koudhop' ); 222 $hopuse = array( 'Maischen', 'First wort', 'Koken', 'Vlamuit', 'Whirlpool', 'Koudhop' );
223 $vul = $this->w - $this->rMargin - $this->lMargin - 122; 223 $vul = $this->w - $this->rMargin - $this->lMargin - 122;
224 $this->Ln(); 224 $this->Ln();
225 $this->AddCol($vul,'Hop','L'); 225 $this->AddCol($vul,'Hop','L');
226 $this->AddCol(15,'Alpha','R'); 226 $this->AddCol(15,'Alpha','R');

mercurial