From 457da870c23db87fbbc29d7c667a73f41422dd71 Mon Sep 17 00:00:00 2001 From: levinse Date: Fri, 10 Dec 2010 06:02:53 +0000 Subject: implement customer note classes, RT9995 --- httemplate/edit/process/cust_note_class.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 httemplate/edit/process/cust_note_class.html (limited to 'httemplate/edit/process/cust_note_class.html') 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'); + + -- cgit v1.2.1