Add contact source column for basic contact fields
authorfrancescbassas <francesc@babu.cat>
Thu, 22 Apr 2021 07:05:32 +0000 (09:05 +0200)
committerFrancesc Bassas i Bullich <francesc@babu.cat>
Thu, 22 Apr 2021 07:08:43 +0000 (09:08 +0200)
CRM/Report/Form.php

index a20ca0d8de3b57c873e0c3f48e2163a5175d8772..fa1a841bf90e56832c7d4bb5cea1779b9a362507 100644 (file)
@@ -4852,6 +4852,7 @@ LEFT JOIN civicrm_contact {$field['alias']} ON {$field['alias']}.id = {$this->_a
       'suffix_id' => [
         'title' => ts('Contact Suffix'),
       ],
+      'source' => ['title' => ts('Contact Source')],
       'postal_greeting_display' => ['title' => ts('Postal Greeting')],
       'email_greeting_display' => ['title' => ts('Email Greeting')],
       'addressee_display' => ['title' => ts('Addressee')],