Merge pull request #17938 from seamuslee001/ref_fix_financial_account
[civicrm-core.git] / CRM / Contact / Form / Task.php
index 7a7d57093f11a28483ad04f6968d2306318f465b..2f7695dc7db1b0d953f9111962ddf71ab59ff658 100644 (file)
@@ -334,7 +334,7 @@ class CRM_Contact_Form_Task extends CRM_Core_Form_Task {
   /**
    * Replace ids of household members in $this->_contactIds with the id of their household.
    *
-   * CRM-8338
+   * @see https://issues.civicrm.org/jira/browse/CRM-8338
    */
   public function mergeContactIdsByHousehold() {
     if (empty($this->_contactIds)) {