diff options
author | levinse <levinse> | 2011-01-27 05:10:11 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-01-27 05:10:11 +0000 |
commit | eca5199332bb2ba562fe9897a1832d557d5143a5 (patch) | |
tree | f7ab5d0d9b66d0a5b0fada5e2b3cc152c473c9ee /httemplate/edit/process/cust_note_class.html | |
parent | 3fafb034f6b3f6fbd6b81edf6337b29b9e8be86e (diff) |
note classes backport to 2.1 branch, RT9995
Diffstat (limited to 'httemplate/edit/process/cust_note_class.html')
-rw-r--r-- | httemplate/edit/process/cust_note_class.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/httemplate/edit/process/cust_note_class.html b/httemplate/edit/process/cust_note_class.html new file mode 100644 index 000000000..25e21652c --- /dev/null +++ b/httemplate/edit/process/cust_note_class.html @@ -0,0 +1,12 @@ +<% include( 'elements/process.html', + 'table' => 'cust_note_class', + 'viewall_dir' => 'browse', + ) +%> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); + +</%init> + |