From c82d349f864e6bd9f96fd1156903bc1f7193a203 Mon Sep 17 00:00:00 2001 From: cvs2git Date: Mon, 27 Dec 2010 00:04:45 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'TORRUS_1_0_9'. --- httemplate/misc/cust_main-import_charges.cgi | 69 ---------------------------- 1 file changed, 69 deletions(-) delete mode 100644 httemplate/misc/cust_main-import_charges.cgi (limited to 'httemplate/misc/cust_main-import_charges.cgi') diff --git a/httemplate/misc/cust_main-import_charges.cgi b/httemplate/misc/cust_main-import_charges.cgi deleted file mode 100644 index c844e0ee4..000000000 --- a/httemplate/misc/cust_main-import_charges.cgi +++ /dev/null @@ -1,69 +0,0 @@ -<% include("/elements/header.html",'Batch Payment Charge') %> - -Import a CSV file containing customer payments. -

- -
- -<% &ntable("#cccccc", 2) %> - -<% include('/elements/tr-select-agent.html', - #'curr_value' => '', #$agentnum, - 'label' => "Agent", - 'empty_label' => 'Select agent', - ) -%> - - - Format - - - - - - - CSV filename - - - - - - - -
- -
- -Simple file format is CSV, with the following field order: custnum, agent_custid, amount, description -

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