Freeside:3:Documentation:Developer/FS/part export/a2billing
From Freeside
< Freeside:3:Documentation:Developer | FS | part export
Revision as of 13:42, 27 June 2014 by Jeremyd (talk | contribs) (Edit via perl MediaWiki framework (1.13))
- 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 461:
- '=item' outside of any '=over'