Function __global->transaction_amend_screen
Definitions
sources/points3.php
- The UI/actualiser to amend a point transaction.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: object
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$id | AUTO_LINK | required parameter | N/A | N/A | The ID of the transaction record to edit |
$title | Tempcode | required parameter | N/A | N/A | The title of the screen |
$member_id_of | ?MEMBER | Null | N/A | N/A | The member belonging to the transaction being amended (null: We are using the points ledger from admin_points) |
$reason | ?SHORT_TEXT | Null | N/A | N/A | The new reason to set for the transaction (null: not yet specified) |
$redirect | URLPATH | Blank (empty string) | N/A | N/A | Where to redirect after editing the transaction |
Return
- The UI to edit a transaction (null: the edit was successful)
- Type: ?Tempcode
- Set: N/A
- Range: N/A