CRM-16031: Case View Activity: add the fieldID of custom fields for easier theming.
authorMathieu Lutfy <mathieu@bidon.ca>
Fri, 27 Feb 2015 20:35:58 +0000 (15:35 -0500)
committerMathieu Lutfy <mathieu@bidon.ca>
Fri, 27 Feb 2015 20:35:58 +0000 (15:35 -0500)
CRM/Case/XMLProcessor/Report.php

index 4ad1e9e58d78c1e24892f709ceb8156db2901a8c..af4f7ee2c732f3859341712c61a33ef790c575ab 100644 (file)
@@ -588,6 +588,7 @@ WHERE      a.id = %1
             'label' => $typeValue['label'],
             'value' => $value,
             'type' => $typeValue['type'],
+            'fieldID' => $typeValue['fieldID'],
           );
         }
         $customGroups[$dao->groupTitle] = $customGroup;