From c4e26585cdbd2cd086ed813a02b963ffccfebc55 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 16 Feb 2014 15:18:40 -0800 Subject: move cust_main::batch_charge to a file of its own --- httemplate/misc/process/cust_main-import_charges.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/misc/process') 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')), -- cgit v1.2.1