add changes to ticket_type
This commit is contained in:
@@ -39,6 +39,7 @@ class AdminMenuStructure{
|
||||
$items[] = ['label' => 'Kasszák', 'url' =>['/account/index']];
|
||||
$items[] = ['label' => 'Kedvezmények', 'url' => ['/discount/index'] ];
|
||||
$items[] = ['label' => 'Termék kategóriák', 'url' => ['/product-category/index'] ];
|
||||
$items[] = ['label' => 'Bérlet típusok', 'url' => ['/ticket-type/index'] ];
|
||||
|
||||
if ( count($items) > 0 ){
|
||||
$userMainMenu = ['label' => 'Beállítások', 'url' => null,
|
||||
|
||||
Reference in New Issue
Block a user