www/rec_print.php

changeset 449
a1d6b9eec988
parent 396
804800d8e885
child 514
3c680d1dea35
equal deleted inserted replaced
448:e1a4104c609e 449:a1d6b9eec988
186 function TableHops($row) { 186 function TableHops($row) {
187 global $total_hops; 187 global $total_hops;
188 global $total_ibus; 188 global $total_ibus;
189 global $cost_hops; 189 global $cost_hops;
190 global $preboil_sg; 190 global $preboil_sg;
191 $hopform = array( 'Pellets', 'Plugs', 'Bellen', 'Hop nat' ); 191 $hopform = array( 'Pellets', 'Plugs', 'Bellen', 'Hop nat', 'Cryo Hop' );
192 $hopuse = array( 'Maischen', 'First wort', 'Koken', 'Vlamuit', 'Whirlpool', 'Koudhop' ); 192 $hopuse = array( 'Maischen', 'First wort', 'Koken', 'Vlamuit', 'Whirlpool', 'Koudhop' );
193 $vul = $this->w - $this->rMargin - $this->lMargin - 122; 193 $vul = $this->w - $this->rMargin - $this->lMargin - 122;
194 $this->Ln(); 194 $this->Ln();
195 $this->AddCol($vul,'Hop','L'); 195 $this->AddCol($vul,'Hop','L');
196 $this->AddCol(15,'Alpha','R'); 196 $this->AddCol(15,'Alpha','R');

mercurial