summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/cust_note_class.html
diff options
context:
space:
mode:
authorlevinse <levinse>2010-12-10 06:02:53 +0000
committerlevinse <levinse>2010-12-10 06:02:53 +0000
commit457da870c23db87fbbc29d7c667a73f41422dd71 (patch)
treeea61844254e2338dc20cc85e1cbc30b006b731a3 /httemplate/edit/process/cust_note_class.html
parent6568e7bb436d6ac4ae2ec984446e8fc4a999f0af (diff)
implement customer note classes, RT9995
Diffstat (limited to 'httemplate/edit/process/cust_note_class.html')
-rw-r--r--httemplate/edit/process/cust_note_class.html11
1 files changed, 11 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..09dc818db
--- /dev/null
+++ b/httemplate/edit/process/cust_note_class.html
@@ -0,0 +1,11 @@
+<% include( 'elements/process.html',
+ 'table' => 'cust_note_class',
+ 'viewall_dir' => 'browse',
+ )
+%>
+<%init>
+
+die "access denied"
+ unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
+
+</%init>