Skip to content

Commit

Permalink
fixed Project60#54
Browse files Browse the repository at this point in the history
  • Loading branch information
bjendres committed Jul 30, 2014
1 parent 97ee993 commit 4b2b312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/CRM/Banking/Page/AccountSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function run() {
array(
'display_name' => $dao->display_name,
'contact_type' => $dao->contact_type,
'contact_link' => CRM_Utils_System::url('civicrm/contact/view', 'cid='.$dao->id),
'contact_link' => CRM_Utils_System::url('civicrm/contact/view', 'reset=1&cid='.$dao->id),
'reference' => $dao->reference,
'reference_type' => $this->lookup_type($types, $dao->reference_type_id),
'data_parsed' => json_decode($dao->data_parsed),
Expand Down

0 comments on commit 4b2b312

Please sign in to comment.