X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Fcdr-import.html;h=60f619e812b950bedafdfe50deab2df85df72906;hb=2b73cfffe496ac9dc13302d6469871c1d3e13e57;hp=5e9e2690d2a692ef53a7233b347be635602880f2;hpb=c8cccb4a92adceb943c635fe62dad0d034462ce0;p=freeside.git diff --git a/httemplate/misc/cdr-import.html b/httemplate/misc/cdr-import.html index 5e9e2690d..60f619e81 100644 --- a/httemplate/misc/cdr-import.html +++ b/httemplate/misc/cdr-import.html @@ -2,9 +2,9 @@
Import a CSV file containing Call Detail Records (CDRs).

CDR Format:

Filename:

@@ -14,3 +14,9 @@ Filename:

<% include('/elements/footer.html') %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Import'); + +