X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Fcdr-import.html;h=b466078697b500549d1946d9e49488e7b3148d94;hb=7905f5dfd903529a6de89875e6fae74638a89aa3;hp=5e9e2690d2a692ef53a7233b347be635602880f2;hpb=9509e5bfb7f9331303153cac24d7bfecbe2ea9f1;p=freeside.git diff --git a/httemplate/misc/cdr-import.html b/httemplate/misc/cdr-import.html index 5e9e2690d..b46607869 100644 --- a/httemplate/misc/cdr-import.html +++ b/httemplate/misc/cdr-import.html @@ -1,11 +1,13 @@ <% include("/elements/header.html",'Call Detail Record Import') %>
Import a CSV file containing Call Detail Records (CDRs).

-CDR Format:

+CDR Format: + +

Filename:

@@ -14,3 +16,11 @@ Filename:

<% include('/elements/footer.html') %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Import'); + +tie my %formats, 'Tie::IxHash', FS::cdr->import_formats; + +