Subversion Repositories wpShopGermany4

Rev

Rev 7642 | Rev 8007 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7642 Rev 7676
Line 95... Line 95...
95
			if ($shop->get_option("wpsg_mod_rechnungen_hideCountry") == '0')
95
			if ($shop->get_option("wpsg_mod_rechnungen_hideCountry") == '0')
96
				$pdf->Text($adress_left, $adress_top + 20, strtoupper($shop->view['oOrder']->getInvoiceCountryName()));			
96
				$pdf->Text($adress_left, $adress_top + 20, strtoupper($shop->view['oOrder']->getInvoiceCountryName()));			
97
			
97
			
98
			// Rechnungsdaten 
98
			// Rechnungsdaten 
99
			$pdf->SetFont('Arial', 'B', 16);
99
			$pdf->SetFont('Arial', 'B', 16);
100
			$pdf->Text($rdata_left, $rdata_top, $shop->view['title']);
100
			$pdf->Text($rdata_left, $rdata_top, __('Rechnungskorrektur', 'wpsg'));
101
			$pdf->SetFont('Arial', 'B', 9);
101
			$pdf->SetFont('Arial', 'B', 9);
102
			$pdf->Text($rdata_left, $rdata_top + 6, $shop->view['rnr']);
102
			$pdf->Text($rdata_left, $rdata_top + 6, $shop->view['rnr']);
103
			$pdf->SetFont('Arial', '', 9);
103
			$pdf->SetFont('Arial', '', 9);
104
			
104
			
105
			if (isset($shop->view['faelligkeitdatum']))
105
			if (isset($shop->view['faelligkeitdatum']))