From eca5199332bb2ba562fe9897a1832d557d5143a5 Mon Sep 17 00:00:00 2001 From: levinse Date: Thu, 27 Jan 2011 05:10:11 +0000 Subject: note classes backport to 2.1 branch, RT9995 --- httemplate/edit/process/cust_note_class.html | 12 ++++++++++++ 1 file changed, 12 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..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'); + + + -- cgit v1.2.1