From b4d1eebea38b9794f2b7049a7aa0cfc0a3a16e9c Mon Sep 17 00:00:00 2001 From: eileenmcnaugton Date: Mon, 31 Aug 2015 18:48:42 +1200 Subject: [PATCH] CRM-17115 and external_identifier for good measure --- CRM/Report/Form.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CRM/Report/Form.php b/CRM/Report/Form.php index 8180a3c46e..7f4fe50922 100644 --- a/CRM/Report/Form.php +++ b/CRM/Report/Form.php @@ -4377,6 +4377,9 @@ LEFT JOIN civicrm_contact {$field['alias']} ON {$field['alias']}.id = {$this->_a 'organization_name' => array( 'title' => ts('Organization Name'), ), + 'external_identifier' => array( + 'title' => ts('Contact identifier from external system'), + ), ); } -- 2.25.1