X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fprocess%2Fcust_note_class.html;fp=httemplate%2Fedit%2Fprocess%2Fcust_note_class.html;h=09dc818db893370c9c1beec83bccd301a65d9ba6;hb=457da870c23db87fbbc29d7c667a73f41422dd71;hp=0000000000000000000000000000000000000000;hpb=6568e7bb436d6ac4ae2ec984446e8fc4a999f0af;p=freeside.git 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'); + +