Index: /lib/install.php
===================================================================
--- /lib/install.php	(revision 6174)
+++ /lib/install.php	(revision 6175)
@@ -72,5 +72,5 @@
    		fax VARCHAR(255) NOT NULL,
    		strasse VARCHAR(255) NOT NULL,
-   		nr VARCHAR(100) NOT NULL,
+   		nr VARCHAR(255) NOT NULL COMMENT 'Hausnummer Optional / Siehe Kundeneinstellungen',
    		plz VARCHAR(255) NOT NULL,
    		ort VARCHAR(255) NOT NULL,
Index: /model/wpsg_customer.class.php
===================================================================
--- /model/wpsg_customer.class.php	(revision 6174)
+++ /model/wpsg_customer.class.php	(revision 6175)
@@ -43,5 +43,5 @@
 		
 				$this->db->UpdateQuery(WPSG_TBL_KU, array(
-						'adress_id' => wpsg_q($adress_id)
+					'adress_id' => wpsg_q($adress_id)
 				), " `id` = '".wpsg_q($this->id)."' ");
 		
Index: /model/wpsg_order.class.php
===================================================================
--- /model/wpsg_order.class.php	(revision 6174)
+++ /model/wpsg_order.class.php	(revision 6175)
@@ -63,5 +63,5 @@
 		
 				$this->db->UpdateQuery(WPSG_TBL_ORDER, array(
-						'shipping_adress_id' => wpsg_q($adress_id)
+					'shipping_adress_id' => wpsg_q($adress_id)
 				), " `id` = '".wpsg_q($this->id)."' ");
 		
Index: /views/admin/kundendaten_tab1.phtml
===================================================================
--- /views/admin/kundendaten_tab1.phtml	(revision 6174)
+++ /views/admin/kundendaten_tab1.phtml	(revision 6175)
@@ -23,4 +23,5 @@
 <?php echo wpsg_drawForm_Select('pflicht[fax]', __('Fax', 'wpsg'), $arSelect, $this->view['pflicht']['fax'])?>
 <?php echo wpsg_drawForm_Select('pflicht[strasse]', __('StraÃe', 'wpsg'), $arSelect, $this->view['pflicht']['strasse'])?>
+<?php echo wpsg_drawForm_Checkbox('pflicht[wpsg_showNr]', __('Hausnummer separat erfassen', 'wpsg'), @$this->view['pflicht']['wpsg_showNr']); ?>
 <?php echo wpsg_drawForm_Select('pflicht[plz]', __('Postleitzahl', 'wpsg'), $arSelect, $this->view['pflicht']['plz'])?>
 <?php echo wpsg_drawForm_Select('pflicht[ort]', __('Ort', 'wpsg'), $arSelect, $this->view['pflicht']['ort'])?>
