Index: /mods/wpsg_mod_rechnungen.class.php
===================================================================
--- /mods/wpsg_mod_rechnungen.class.php	(revision 8084)
+++ /mods/wpsg_mod_rechnungen.class.php	(revision 8085)
@@ -368,5 +368,5 @@
 			
 			$this->shop->view['mod_rechnungen']['arRechnungen'] = $this->db->fetchAssoc("SELECT * FROM `".WPSG_TBL_RECHNUNGEN."` WHERE (`o_id` = '".wpsg_q($order_id)."' OR FIND_IN_SET('".intval($order_id)."', `o_ids`)) AND `storno` = '0000-00-00 00:00:00' AND `gnr` = '' ORDER BY `rnr` DESC");
-			$this->shop->view['mod_rechnungen']['arRechnungen_storno'] = $this->db->fetchAssoc("SELECT * FROM `".WPSG_TBL_RECHNUNGEN."` WHERE (`o_id` = '".wpsg_q($order_id)."'  OR FIND_IN_SET('".intval($order_id)."', `o_ids`))) AND `storno` != '0000-00-00 00:00:00' AND `gnr` = '' ORDER BY `rnr` DESC");
+			$this->shop->view['mod_rechnungen']['arRechnungen_storno'] = $this->db->fetchAssoc("SELECT * FROM `".WPSG_TBL_RECHNUNGEN."` WHERE (`o_id` = '".wpsg_q($order_id)."' OR FIND_IN_SET('".intval($order_id)."', `o_ids`)) AND `storno` != '0000-00-00 00:00:00' AND `gnr` = '' ORDER BY `rnr` DESC");
  
 			$this->shop->view['mod_rechnungen']['arRechnungen_gesamt'] = $this->db->fetchAssoc("
