www/prod_print.php

changeset 289
4082c41f45e9
parent 279
60d56f39e63e
child 293
db898ec73277
equal deleted inserted replaced
288:06dd071a429d 289:4082c41f45e9
189 function TableHops($row) { 189 function TableHops($row) {
190 global $total_hops; 190 global $total_hops;
191 global $total_ibus; 191 global $total_ibus;
192 global $cost_hops; 192 global $cost_hops;
193 global $preboil_sg; 193 global $preboil_sg;
194 $hopform = array( 'Pellets', 'Plugs', 'Bellen' ); 194 $hopform = array( 'Pellets', 'Plugs', 'Bellen', 'Hop nat' );
195 $hopuse = array( 'Maischen', 'First wort', 'Koken', 'Vlamuit', 'Whirlpool', 'Koudhop' ); 195 $hopuse = array( 'Maischen', 'First wort', 'Koken', 'Vlamuit', 'Whirlpool', 'Koudhop' );
196 $vul = $this->w - $this->rMargin - $this->lMargin - 135; 196 $vul = $this->w - $this->rMargin - $this->lMargin - 135;
197 $this->AddCol($vul,'Hop','L'); 197 $this->AddCol($vul,'Hop','L');
198 $this->AddCol(35,'Land','L'); 198 $this->AddCol(35,'Land','L');
199 $this->AddCol(15,'Soort','L'); 199 $this->AddCol(15,'Soort','L');

mercurial