Difference between revisions of "Freeside:3:Documentation:Developer/FS/part export/a2billing"
From Freeside
(Edit via perl MediaWiki framework (1.13)) |
m (Edit via perl MediaWiki framework (1.13)) |
||
Line 9: | Line 9: | ||
Hey! '''The above document had some coding errors, which are explained below:''' | Hey! '''The above document had some coding errors, which are explained below:''' | ||
− | ; Around line | + | ; Around line 473: |
:'=item' outside of any '=over' | :'=item' outside of any '=over' |
Latest revision as of 05:46, 10 February 2015
- 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 473:
- '=item' outside of any '=over'