hide empty dates
This commit is contained in:
@@ -652,6 +652,11 @@ class OrderController extends mfBaseController {
|
||||
}
|
||||
|
||||
protected function saveVorortterminAction() {
|
||||
if(!$this->me->is(["Admin","salespartner"])) {
|
||||
$this->layout()->setFlash("Keine Berechtigung", "error");
|
||||
$this->redirect("Order");
|
||||
}
|
||||
|
||||
$r = $this->request;
|
||||
|
||||
$order_id = $r->id;
|
||||
|
||||
Reference in New Issue
Block a user