Index: /changelog
===================================================================
--- /changelog	(revision 6773)
+++ /changelog	(revision 6774)
@@ -40,2 +40,7 @@
 - Feature - "zusÃ€tzliche Informationen" im standard.phtml
 - Feature - KommentarzÃ€hler fÃŒr Microformat
+
+#4.0.3
+- Bugfix - Wirecard erhÃ€lt korrektes Lieferland  
+- Bugfix - gloable Lieferzeit wird korrekt genutzt
+- Feature - Suche in Produktverwaltung beachtet auch Varianten (Name und Artikelnummer)
Index: /model/wpsg_order.class.php
===================================================================
--- /model/wpsg_order.class.php	(revision 6773)
+++ /model/wpsg_order.class.php	(revision 6774)
@@ -892,5 +892,5 @@
 			
 			if ($this->hasShippingAdress()) return $this->shipping_adress_data['land'];
-			else return $this->data['shipping_land']; 
+			else return $this->getInvoiceCountryID(); 
 			 
 		} // public function getShippingCountryID()
