diff --git a/Layout/default/Preorderlogistics/Index.php b/Layout/default/Preorderlogistics/Index.php index 875d1e69c..ea7b2af82 100644 --- a/Layout/default/Preorderlogistics/Index.php +++ b/Layout/default/Preorderlogistics/Index.php @@ -88,6 +88,8 @@
| + | Bestelltyp Bestellcode |
OAID | Anschlussadresse | @@ -97,10 +99,13 @@|
|---|---|---|---|---|
| + | + + |
=__($preorder->type, "preorder")?> =$preorder->ucode?> - |
=$preorder->oaid?> | building_id): ?> diff --git a/application/Dashboard/DashboardController.php b/application/Dashboard/DashboardController.php index 69c3c42fa..24efbf88e 100644 --- a/application/Dashboard/DashboardController.php +++ b/application/Dashboard/DashboardController.php @@ -14,6 +14,9 @@ class DashboardController extends mfBaseController { if($this->me->is("preorderfront")) { $this->redirect("Preorder"); } + if($this->me->is("Preorderlogistics")) { + $this->redirect("Preorderlogistics"); + } $newss = NewsModel::getAll(); $this->layout()->set("newss", $newss);