add inventory

This commit is contained in:
2016-02-03 22:50:17 +01:00
parent 41de4ee6a7
commit b871022329
8 changed files with 358 additions and 1 deletions

View File

@@ -88,6 +88,7 @@ class FrontendMenuStructure{
}
$items[] = ['label' => Yii::t('frontend/card','Vendégek'), 'url' => [ '/card/index' ] ];
$items[] = ['label' => Yii::t('frontend/card','Leltár'), 'url' => [ '/product/inventory' ] ];
$this->menuItems[] = ['label' => Yii::t('frontend/account', 'Account'),