From 9d77a21db3642ca66d9a0e545b804b7e6b4090ee Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 29 Oct 2009 01:08:33 +0000 Subject: customer classification, RT#6376 --- httemplate/edit/process/cust_class.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 httemplate/edit/process/cust_class.html (limited to 'httemplate/edit/process/cust_class.html') diff --git a/httemplate/edit/process/cust_class.html b/httemplate/edit/process/cust_class.html new file mode 100644 index 000000000..3f63ea4b3 --- /dev/null +++ b/httemplate/edit/process/cust_class.html @@ -0,0 +1,11 @@ +<% include( 'elements/process.html', + 'table' => 'cust_class', + 'viewall_dir' => 'browse', + ) +%> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); + + -- cgit v1.2.1