<% include( '/elements/header.html', 'Developer Documentation' ) %> <& /elements/menubar.html, 'Freeside Perl Modules' => $fsurl.'docs/library/FS.html', 'Complete Index' => $fsurl.'docs/library/index.html', &>

blib::lib::FS::part_export::a2billing

a2b_insert_or_replace TABLE KEY HASHREF

Create a record in TABLE with the values in HASHREF. If there's already one that matches on the KEY field, update the existing record instead of creating a new one. Pass an empty KEY to just insert the record without checking.

a2b_delete TABLE ID

Remove the record with id ID from TABLE.

a2b_find TABLE KEY VALUE [ KEY VALUE ... ]

Search TABLE for a row where KEY equals VALUE, and return its "id" field.

POD ERRORS

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

Around line 474:

'=item' outside of any '=over'

=over without closing =back

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