Index: /controller/wpsg_ShopController.class.php
===================================================================
--- /controller/wpsg_ShopController.class.php	(revision 6053)
+++ /controller/wpsg_ShopController.class.php	(revision 6058)
@@ -1921,12 +1921,5 @@
 			{
 							
-				$this->view['kunde'] = $this->db->fetchRow("
-					SELECT
-						K.*
-					FROM
-						`".WPSG_TBL_KU."` AS K
-					WHERE
-						K.`id` = '".wpsg_q($this->view['order']['k_id'])."'
-				");
+				$this->view['kunde'] = $this->cache->loadKunden($this->view['order']['k_id']);
 				
 				$this->view['status_alt'] = $this->arStatus[$this->view['order']['status']];
