diff --git a/Layout/default/Preorder/Form.php b/Layout/default/Preorder/Form.php
index 8f48c2f16..ef5ca26c5 100644
--- a/Layout/default/Preorder/Form.php
+++ b/Layout/default/Preorder/Form.php
@@ -74,9 +74,15 @@
diff --git a/Layout/default/menu.php b/Layout/default/menu.php
index 293f7a7ba..2b5cbb204 100644
--- a/Layout/default/menu.php
+++ b/Layout/default/menu.php
@@ -28,12 +28,13 @@
"> Personen & Firmen
"> Produkte
"> Produktgruppen
- "> Benutzer
-
+
+ "> Netzgebiete
+
"> Technologien
- "> ContractConfig
+
diff --git a/application/Preorder/PreorderController.php b/application/Preorder/PreorderController.php
index 19d118214..cd394545a 100644
--- a/application/Preorder/PreorderController.php
+++ b/application/Preorder/PreorderController.php
@@ -270,7 +270,7 @@ class PreorderController extends mfBaseController {
$data['price_nne'] = ($r->price_nne) ? Layout::commaToDot($r->price_nne) : 0;
$data['price_nbe'] = ($r->price_nbe) ? Layout::commaToDot($r->price_nbe) : 0;
$data['billing_delay'] = ($r->billing_delay) ? $r->billing_delay : 0;
-
+ //var_dump($r->partner_id);exit;
if($r->partner_id) {
$data['partner_id'] = $r->partner_id;
} else {