Index: /mods/wpsg_mod_rechnungen.class.php
===================================================================
--- /mods/wpsg_mod_rechnungen.class.php	(revision 6283)
+++ /mods/wpsg_mod_rechnungen.class.php	(revision 6284)
@@ -910,6 +910,7 @@
 				$this->shop->view['data']['shipping_ort'] = $temp['ort'];
 				$t = $this->db->fetchRow("SELECT L.* FROM `".WPSG_TBL_LAND."` AS L WHERE L.`id` = '".wpsg_q($temp['land'])."'");
-				$this->shop->view['data']['shipping_land'] = $t['kuerzel'];
-				
+				//$this->shop->view['data']['shipping_land'] = $t['kuerzel'];
+				$this->shop->view['data']['shipping_land'] = array();
+				$this->shop->view['data']['shipping_land']['name'] = $t['kuerzel'];
 			}			
 			
Index: /views/mods/mod_rechnungen/invoice_pdf.phtml
===================================================================
--- /views/mods/mod_rechnungen/invoice_pdf.phtml	(revision 6283)
+++ /views/mods/mod_rechnungen/invoice_pdf.phtml	(revision 6284)
@@ -850,5 +850,5 @@
 		
 		$shipping_adress .= $this->view['data']['shipping_plz'].' '.$this->view['data']['shipping_ort']."\r\n";
-		$shipping_adress .= $this->view['data']['shipping_land'];		//['name'];
+		$shipping_adress .= $this->view['data']['shipping_land']['name'];
 		
 		
