X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Fprocess%2Fcust_main-import_charges.cgi;h=d877ad17dbbda37b3c745ce007a77198d9bb9258;hb=949a80c148a8bbeeeec54c5a0be5d73b292423a5;hp=bda3e3b70cb6ae1d40564fb0e13b80ae8400d7ad;hpb=fb4ab1073f0d15d660c6cdc4e07afebf68ef3924;p=freeside.git 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')),