init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
13
scripts/_pdf_lohn_extra.php
Normal file
13
scripts/_pdf_lohn_extra.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
//**********************************************************************************************************************************
|
||||
//$za++;
|
||||
if (isset($etour[$ze]['datum'])) {
|
||||
$pdf->Cell(23,4,(utf8_decode($etour[$ze]['datum'])),'0','0','R','0');
|
||||
$pdf->Cell(22,4,(utf8_decode(" ".$etour[$ze]['tour'])),'0','0','L','0');
|
||||
$pdf->Cell(35,4,(utf8_decode($etour[$ze]['tarif']." EUR")),'0','1','R','0');
|
||||
}else{
|
||||
$pdf->Cell(40,4,(" "),'0','1','R','0');
|
||||
}
|
||||
$ze++;
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue