X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Fcdr-import.html;h=60f619e812b950bedafdfe50deab2df85df72906;hb=84d54f3252906d4a2bba16bf88e491c04439ef39;hp=5e9e2690d2a692ef53a7233b347be635602880f2;hpb=9509e5bfb7f9331303153cac24d7bfecbe2ea9f1;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'); + +