Index: /controller/wpsg_ShopController.class.php
===================================================================
--- /controller/wpsg_ShopController.class.php	(revision 6779)
+++ /controller/wpsg_ShopController.class.php	(revision 6780)
@@ -989,12 +989,5 @@
 				{
 
-					$arSend['kunde'] = $this->db->fetchRow("
-						SELECT
-							K.*
-						FROM
-							`".WPSG_TBL_KU."` AS K
-						WHERE
-							K.`id` = '".wpsg_q($arSend['order']['k_id'])."'
-					");
+					$arSend['kunde'] = $this->cache->loadKunden($arSend['order']['k_id']);
 
 				}
