Subversion Repositories wpShopGermany4

Rev

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

Rev 6901 Rev 7153
Line 122... Line 122...
122
			$pdf->Text($rdata_left + 155, $rdata_top, __("Datum", "wpsg")); 
122
			$pdf->Text($rdata_left + 155, $rdata_top, __("Datum", "wpsg")); 
123
			$pdf->Text($rdata_left + 155, $rdata_top + 6, $shop->view['rDatum']);
123
			$pdf->Text($rdata_left + 155, $rdata_top + 6, $shop->view['rDatum']);
124
					
124
					
125
			if ($shop->view['oOrder']->isInnerEu())
125
			if ($shop->view['oOrder']->isInnerEu())
126
			{
126
			{
127
				 
127
 
128
				$pdf->SetFont('Arial', '', 9);		
128
            	$pdf->SetFont('Arial', '', 9);
129
				$pdf->Text($adress_left, $rdata_top + 11.5, __("Innergemeinschaftliche Lieferung.", "wpsg"));
129
                $pdf->Text($adress_left, $rdata_top + 11.5, __("Innergemeinschaftliche Lieferung.", "wpsg"));
-
 
130
 
-
 
131
            } else if (!$shop->view['oOrder']->isInnerEu() && $shop->view['oOrder']->getShippingCountryID() != $shop->getDefaultCountry(true)) {
-
 
132
 
-
 
133
			// Nicht InnerEU und Nicht Inland
-
 
134
 
-
 
135
             	$pdf->SetFont('Arial', '', 9);
-
 
136
                $pdf->Text($adress_left, $rdata_top + 11.5, __("Steuerfreie Ausfuhrlieferung.", "wpsg"));
130
				
137
 
131
			}
138
			}
132
			
139
					
133
			// Benutzerdefinierte Felder
140
			// Benutzerdefinierte Felder
134
			$arTexte = $shop->callMod('wpsg_mod_rechnungen', 'getRechnungstexte', array($shop->view['data']['id']));
141
			$arTexte = $shop->callMod('wpsg_mod_rechnungen', 'getRechnungstexte', array($shop->view['data']['id']));
135
			
142
			
136
			foreach ((array)$arTexte as $text)
143
			foreach ((array)$arTexte as $text)
137
			{
144
			{