Merge branch 'patch-7' of https://github.com/gjones2/Freeside (#13854 as this bug...
[freeside.git] / httemplate / edit / process / pkg_category.html
1 <% include( 'elements/process.html',
2                'table'       => 'pkg_category',
3                'viewall_dir' => 'browse',
4            )
5 %>
6 <%init>
7
8 die "access denied"
9   unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
10
11 </%init>