Skip to content

Commit

Permalink
- CRM-11968
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepak Srivastava committed Mar 4, 2013
1 parent c3a71d0 commit 8046c91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CRM/Logging/Differ.php
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ function titlesAndValuesForTable($table) {
'website_type_id' => CRM_Core_PseudoConstant::websiteType(),
'activity_type_id' => CRM_Core_PseudoConstant::activityType(TRUE, TRUE, FALSE, 'label', TRUE),
'case_type_id' => CRM_Case_PseudoConstant::caseType('label', FALSE),
'priority_id' => CRM_Core_PseudoConstant::priority(),
);

// for columns that appear in more than 1 table
Expand Down

0 comments on commit 8046c91

Please sign in to comment.