Line 83... |
Line 83... |
83 |
|
83 |
|
84 |
// Adresse des Kunden
|
84 |
// Adresse des Kunden
|
85 |
$pdf->SetFont('Arial', '', 12);
|
85 |
$pdf->SetFont('Arial', '', 12);
|
86 |
$pdf->Text($adress_left, $adress_top, $shop->view['kunde']['firma']);
|
86 |
$pdf->Text($adress_left, $adress_top, $shop->view['kunde']['firma']);
|
87 |
$pdf->Text($adress_left, $adress_top + 5, $shop->view['kunde']['vname'].' '.$shop->view['kunde']['name']);
|
87 |
$pdf->Text($adress_left, $adress_top + 5, $shop->view['kunde']['vname'].' '.$shop->view['kunde']['name']);
|
88 |
$pdf->Text($adress_left, $adress_top + 10, $shop->view['kunde']['strasse'].' '.wpsg_getStr($shop->view['kunde']['hausnr']));
|
88 |
$pdf->Text($adress_left, $adress_top + 10, $shop->view['kunde']['strasse'].' '.wpsg_getStr($shop->view['kunde']['nr']));
|
89 |
$pdf->Text($adress_left, $adress_top + 15, $shop->view['kunde']['plz'].' '.$shop->view['kunde']['ort']);
|
89 |
$pdf->Text($adress_left, $adress_top + 15, $shop->view['kunde']['plz'].' '.$shop->view['kunde']['ort']);
|
90 |
if ($shop->get_option("wpsg_mod_rechnungen_hideCountry") == '0')
|
90 |
if ($shop->get_option("wpsg_mod_rechnungen_hideCountry") == '0')
|
91 |
$pdf->Text($adress_left, $adress_top + 20, strtoupper($shop->view['oOrder']->getInvoiceCountryName()));
|
91 |
$pdf->Text($adress_left, $adress_top + 20, strtoupper($shop->view['oOrder']->getInvoiceCountryName()));
|
92 |
|
92 |
|
93 |
// Rechnungsdaten
|
93 |
// Rechnungsdaten
|