add ticket original end and original price
add helper links to related object in admin
This commit is contained in:
@@ -22,7 +22,7 @@ class LogController extends \backend\controllers\BackendController
|
||||
'rules' => [
|
||||
// allow authenticated users
|
||||
[
|
||||
'actions' => [ 'index' ],
|
||||
'actions' => [ 'index','view' ],
|
||||
'allow' => true,
|
||||
'roles' => ['admin','employee','reception'],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user