X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fprocess%2Finventory_class.html;h=dbf978e726daa8e388e34732595ef7af8132b757;hb=37591b61f8ad6fc5c5acb2fd8f520d2dbe4f1539;hp=e30e74e7b3fd0772dbf2b2e2a5313c256737ab95;hpb=600a0939e7e7e589dae4f4f5bfef3650728940b7;p=freeside.git diff --git a/httemplate/edit/process/inventory_class.html b/httemplate/edit/process/inventory_class.html index e30e74e7b..dbf978e72 100644 --- a/httemplate/edit/process/inventory_class.html +++ b/httemplate/edit/process/inventory_class.html @@ -1,4 +1,11 @@ -<%= include( 'elements/process.html', - 'table' => 'inventory_class', +<% include( 'elements/process.html', + 'table' => 'inventory_class', + 'viewall_dir' => 'browse', ) %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); + +