Skip to content
Snippets Groups Projects
Unverified Commit 4a2dd6db authored by totten's avatar totten Committed by GitHub
Browse files

Merge pull request #484 from JO0st/patch-1

hook_civicrm_summaryActions.md - Fix formatting
parents b608a929 06818f18
No related branches found
No related tags found
No related merge requests found
......@@ -55,13 +55,13 @@ Summary Page.
**Add an item to the third column of action list**
function mymodulename_civicrm_summaryActions(&$actions, $contactID)
{
$actions['otherActions']['casework'] = array(
'title' => 'Record casework',
'weight' => 999,
'ref' => 'record-casework',
'key' => 'casework',
'href' => '/casework/recording_form
);
}
function mymodulename_civicrm_summaryActions(&$actions, $contactID)
{
$actions['otherActions']['casework'] = array(
'title' => 'Record casework',
'weight' => 999,
'ref' => 'record-casework',
'key' => 'casework',
'href' => '/casework/recording_form
);
}
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