Index: /mods/wpsg_mod_rechnungen.class.php
===================================================================
--- /mods/wpsg_mod_rechnungen.class.php	(revision 7244)
+++ /mods/wpsg_mod_rechnungen.class.php	(revision 7245)
@@ -909,15 +909,17 @@
 				
 				$temp = $this->db->fetchRow("
-				SELECT *
-				FROM
-					`".WPSG_TBL_ADRESS."` AS A
-				WHERE
-					A.`id` = '".wpsg_q($this->shop->view['data']['shipping_adress_id'])."'
+					SELECT 
+						*
+					FROM
+						`".WPSG_TBL_ADRESS."` AS A
+					WHERE
+						A.`id` = '".wpsg_q($this->shop->view['data']['shipping_adress_id'])."'
 				");
-
+				
 				$this->shop->view['data']['shipping_firma'] = $temp['firma'];
 				$this->shop->view['data']['shipping_vname'] = $temp['vname'];
 				$this->shop->view['data']['shipping_name'] = $temp['name'];
 				$this->shop->view['data']['shipping_strasse'] = $temp['strasse'];
+				$this->shop->view['data']['shipping_nr'] = $temp['nr'];
 				$this->shop->view['data']['shipping_plz'] = $temp['plz'];
 				$this->shop->view['data']['shipping_ort'] = $temp['ort'];
@@ -1708,4 +1710,6 @@
  			$_REQUEST['wpsg_rechnungen_faelligkeit'] = '0';
  			$_REQUEST['wpsg_rechnungen_datum'] = date('d.m.Y');
+ 			$_REQUEST['wpsg_rechnungen_status'] = '1';
+			$_REQUEST['wpsg_rechnungen_status_neu'] = '110';
  				 
  			// FÃ€lligkeit anzeigen wenn ein Wert im Backend fÃŒr die Tage gesetzt ist.
