summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-02-16 15:18:40 -0800
committerIvan Kohler <ivan@freeside.biz>2014-02-16 15:18:40 -0800
commitc4e26585cdbd2cd086ed813a02b963ffccfebc55 (patch)
tree874a4fcfd1f917a2d3146e0e52a25c20307875b0 /httemplate/misc
parentaf0778d5f900697e0a523c6f88b3b250d5a0d1c9 (diff)
move cust_main::batch_charge to a file of its own
Diffstat (limited to 'httemplate/misc')
-rw-r--r--httemplate/misc/process/cust_main-import_charges.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/process/cust_main-import_charges.cgi b/httemplate/misc/process/cust_main-import_charges.cgi
index bda3e3b70..d877ad17d 100644
--- a/httemplate/misc/process/cust_main-import_charges.cgi
+++ b/httemplate/misc/process/cust_main-import_charges.cgi
@@ -14,7 +14,7 @@ my $fh = $cgi->upload('csvfile');
#warn $fh;
my $error = defined($fh)
- ? FS::cust_main::batch_charge( {
+ ? FS::cust_main::Import_Charges::batch_charge( {
filehandle => $fh,
'agentnum' => scalar($cgi->param('agentnum')),
'format' => scalar($cgi->param('format')),