Added Buildings

This commit is contained in:
Frank Schubert
2021-07-13 23:00:16 +02:00
parent 1ebe069cea
commit da952bfe3a
20 changed files with 816 additions and 18 deletions

View File

@@ -8,10 +8,10 @@ class ProductAttributeController extends mfBaseController {
$me->loadMe();
$this->me = $me;
$this->layout()->set("me",$me);
/*
if(!$me->isAdmin()) {
$this->redirect("Dashboard");
}*/
}
}