% include( '/elements/header.html', 'Developer Documentation' ) %> <& /elements/menubar.html, 'Freeside Perl Modules' => $fsurl.'docs/library/FS.html', 'Complete Index' => $fsurl.'docs/library/index.html', &>
FS::cust_main::Import_Charges - Batch charge importing
use FS::cust_main::Import_Charges;
my $error =
FS::cust_main::Import_charges::batch_charge( {
filehandle => $fh,
'agentnum' => scalar($cgi->param('agentnum')),
'format' => scalar($cgi->param('format')),
} );
Batch customer charging.
Hey! The above document had some coding errors, which are explained below:
=over without closing =back