add discount crud + model (kedvezmény)

This commit is contained in:
2015-09-21 08:45:41 +02:00
parent 0fed98d239
commit 2e7b52e5a3
12 changed files with 581 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ class AdminMenuStructure{
$items[] = ['label' => 'Raktárak', 'url' =>['/warehouse/index']];
$items[] = ['label' => 'Kasszák', 'url' =>['/account/index']];
$items[] = ['label' => 'Kedvezmények', 'url' => ['/discount/index'] ];
if ( count($items) > 0 ){
$userMainMenu = ['label' => 'Beállítások', 'url' => null,