www/rec_print.php

changeset 240
a85c1d4c4d12
parent 233
14a84d42031d
child 289
4082c41f45e9
equal deleted inserted replaced
239:03e81378182d 240:a85c1d4c4d12
463 $this->SetFont('Helvetica','',10); 463 $this->SetFont('Helvetica','',10);
464 $this->SetX(45); 464 $this->SetX(45);
465 $this->Cell(17,5,'Datum:',0,0,'L'); 465 $this->Cell(17,5,'Datum:',0,0,'L');
466 $this->Cell(0,5,$prdate,0,1,'L'); 466 $this->Cell(0,5,$prdate,0,1,'L');
467 $this->SetX(45); 467 $this->SetX(45);
468 $this->Cell(17,5,'Styl:',0,0,'L'); 468 $this->Cell(17,5,'Stijl:',0,0,'L');
469 $this->Cell(0,5,$row['st_name'],0,1,'L'); 469 $this->Cell(0,5,$row['st_name'],0,1,'L');
470 $this->Ln(7); 470 $this->Ln(7);
471 // Ensure table header is printed 471 // Ensure table header is printed
472 parent::Header(); 472 parent::Header();
473 } 473 }

mercurial