X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Fcdr-import.html;h=b466078697b500549d1946d9e49488e7b3148d94;hb=b8d03e480cf0798c30d6d8e9ec6cf53d8f419043;hp=36b2e4cb0a04c38bacff566cc48bec404dc3b7a6;hpb=f49f11d4c3c4ba9480cc5c9acfaa606a5ba73ad1;p=freeside.git diff --git a/httemplate/misc/cdr-import.html b/httemplate/misc/cdr-import.html index 36b2e4cb0..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:

@@ -19,4 +21,6 @@ Filename:

die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('Import'); +tie my %formats, 'Tie::IxHash', FS::cdr->import_formats; +