mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Fixes #2792 - corrected typo in permissions array for creating accessories
This commit is contained in:
parent
d57135c81b
commit
40befa7b37
|
@ -106,7 +106,7 @@ return array(
|
|||
'display' => true,
|
||||
),
|
||||
array(
|
||||
'permission' => 'accessory.create',
|
||||
'permission' => 'accessories.create',
|
||||
'label' => 'Create ',
|
||||
'note' => '',
|
||||
'display' => true,
|
||||
|
|
Loading…
Reference in a new issue