From eb061f5119325e666f0dff40d4089e5c1df58e17 Mon Sep 17 00:00:00 2001 From: cvs2git Date: Sun, 16 Mar 2008 19:58:34 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'TRIXBOX_2_6'. --- httemplate/misc/cust_main-import_charges.cgi | 22 ---------------------- 1 file changed, 22 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 3801929e8..000000000 --- a/httemplate/misc/cust_main-import_charges.cgi +++ /dev/null @@ -1,22 +0,0 @@ -<% include('/elements/header.html', 'Batch Customer Charge') %> - -
- -Import a CSV file containing customer charges.

-Default file format is CSV, with the following field order: custnum, amount, description

-If amount is negative, a credit will be applied instead.

-

- -CSV Filename:

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