diff options
author | cvs2git <cvs2git> | 2010-12-27 00:04:45 +0000 |
---|---|---|
committer | cvs2git <cvs2git> | 2010-12-27 00:04:45 +0000 |
commit | c82d349f864e6bd9f96fd1156903bc1f7193a203 (patch) | |
tree | e117a87533656110b6acd56fc0ca64289892a9f5 /httemplate/misc/cust_main_note-import.html | |
parent | 74e058c8a010ef6feb539248a550d0bb169c1e94 (diff) |
This commit was manufactured by cvs2svn to create tag 'TORRUS_1_0_9'.TORRUS_1_0_9
Diffstat (limited to 'httemplate/misc/cust_main_note-import.html')
-rw-r--r-- | httemplate/misc/cust_main_note-import.html | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/httemplate/misc/cust_main_note-import.html b/httemplate/misc/cust_main_note-import.html deleted file mode 100644 index cc1645d2e..000000000 --- a/httemplate/misc/cust_main_note-import.html +++ /dev/null @@ -1,51 +0,0 @@ -<% include("/elements/header.html",'Batch Customer Note Import') %> - -<FORM ACTION="cust_main_note-import.cgi" METHOD="post" ENCTYPE="multipart/form-data"> - -Import a CSV file containing customer notes records. -<BR><BR> - -File format is CSV, with the following field order: <i>[custnum,] last, first, notefield1, notefield2, notefield3...</i> -<BR> -The optional custnum field is identified by being numeric. -Anything after the character sequence #! is ignored. -<BR><BR> - -<% &ntable("#cccccc") %> - -<% include('/elements/tr-select-agent.html', - #'curr_value' => '', #$agentnum, - 'label' => "<B>Agent</B>", - 'empty_label' => 'Select agent', - ) -%> - -<TR> - <TH ALIGN="right">CSV filename</TH> - <TD><INPUT TYPE="file" NAME="csvfile"></TD> -</TR> -<TR> - <TH ALIGN="right">Include additional possibilites when exact match is found</TH> - <TD><INPUT TYPE="checkbox" NAME="fuzzies"></TD> -</TR> - -<TR> - <TH ALIGN="right">custnum is reseller's customer number</TH> - <TD><INPUT TYPE="checkbox" NAME="use_agent_custid"></TD> -</TR> - -</TABLE> -<BR><BR> - -<INPUT TYPE="submit" VALUE="Load and match"> -</FORM> - -<% include('/elements/footer.html') %> - -<%init> - -die "access denied" - unless $FS::CurrentUser::CurrentUser->access_right('Import'); - -</%init> - |