<% 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

NAME

FS::cust_main::Import_Charges - Batch charge importing

SYNOPSIS

  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')),
    } );

DESCRIPTION

Batch customer charging.

SUBROUTINES

batch_charge

POD ERRORS

Hey! The above document had some coding errors, which are explained below:

Around line 78:

=over without closing =back

<% include ('/elements/footer.html' ) %>