X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Fcust_main-import_charges.cgi;h=3801929e86a537c9c2922686412f9b4bd22d6121;hb=99af479c12baf1f7da52e06841f0ac4f4832d766;hp=8402386d5076f9c223968e80a5f6bde567668e89;hpb=c1bb4ddb71147d0571bd301a6d8c452fdf0e1bc9;p=freeside.git diff --git a/httemplate/misc/cust_main-import_charges.cgi b/httemplate/misc/cust_main-import_charges.cgi index 8402386d5..3801929e8 100644 --- a/httemplate/misc/cust_main-import_charges.cgi +++ b/httemplate/misc/cust_main-import_charges.cgi @@ -1,14 +1,22 @@ - -<%= include("/elements/header.html",'Batch Customer Charge') %> +<% 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:

- -
- - +CSV Filename:

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