add money movement crud and table
This commit is contained in:
@@ -30,6 +30,7 @@ class FrontendMenuStructure{
|
||||
protected function addRecepcio(){
|
||||
if ( $this->isLogged() ){
|
||||
$this->menuItems[] = ['label' => 'Recepcio', 'url' => ['/customer/reception'] ];
|
||||
$this->menuItems[] = ['label' => 'Pénzmozgások', 'url' => ['/money-movement/index'] ];
|
||||
$this->menuItems[] = ['label' => 'Kassza',
|
||||
'items' => [
|
||||
['label' => Yii::t('frontend/account-state', 'Account states'), 'url' => ['/account-state/index'] ],
|
||||
|
||||
Reference in New Issue
Block a user