Index: /changelog
===================================================================
--- /changelog	(revision 7605)
+++ /changelog	(revision 7606)
@@ -298,3 +298,4 @@
 - Bugfix: Speichern des Fonts in DownloadPlus wieder mÃ¶glich / Ticket #698
 - Bugfix: Warnungen reduziert / Ticket #702
+- Bugfix: Paketverfolgungslink wird direkt beim wechsel auf "Ware versendet" versendet.
 - Feature: Beim kopieren/speichern von Produkten kann der Bestand innerhalb einer Produktgruppe automatisch ermittelt werden (Optional)
Index: /mods/wpsg_mod_packagetracking.class.php
===================================================================
--- /mods/wpsg_mod_packagetracking.class.php	(revision 7605)
+++ /mods/wpsg_mod_packagetracking.class.php	(revision 7606)
@@ -287,6 +287,8 @@
 					'wpsg_mod_packagetracking_provider' => wpsg_q($_REQUEST['wpsg_mod_packagetracking_provider'])
 				), " `id` = '".wpsg_q($order_id)."' ");
-							wpsg_debug("SET".$order_id.":".$_REQUEST['wpsg_mod_packagetracking_code']);
-							wpsg_debug($this->db->fetchRow("SELECT `wpsg_mod_packagetracking_code` FROM `".WPSG_TBL_ORDER."` WHERE `id` = '".wpsg_q($order_id)."'"));
+				
+				$this->shop->cache->clearOrderCache($order_id);
+				$this->shop->view['order'] = $this->shop->cache->loadOrder($order_id); 
+				
 			}
 			
@@ -356,3 +358,2 @@
 	} // class wpsg_mod_packagetracking extends wpsg_mod_basic
 
-?>
