Skip to content
Snippets Groups Projects
Commit 2fcac6b0 authored by Ron Painter's avatar Ron Painter Committed by GitHub
Browse files

Minor format changes: hook_civicrm_batchItems.md

Made minor formatting changes to improve appearance of rendered file.
parent e01646fc
No related branches found
No related tags found
No related merge requests found
......@@ -13,14 +13,14 @@ will be called three times regarding each batch.
## Parameters
- $results - the query result for the current batch that is being
- `$results` - the query result for the current batch that is being
processed
- $items - the entries of financial items that will actually become
- `$items` - the entries of financial items that will actually become
the records on the CSV (still per batch based)
## Hints
- This hook can be used together with hook_civicrm_batchQuey to add/
- This hook can be used together with `hook_civicrm_batchQuey` to add/
modify the information in CSV batch exports
- You can loop through the two parameters to modify per financial
item. This can even be used to filter financial items.
\ No newline at end of file
item. This can even be used to filter financial items.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment