Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.4
-
Fix Version/s: 4.7.5
-
Component/s: Core CiviCRM
-
Labels:
-
Documentation Required?:None
-
Funding Source:Contributed Code
Description
With Drupal 7 and Civicrm 4.7.4
when using the search builder with
Contact/Country/Home = United States
AND
Contact/Postal Code/Home Regex ^(12|10)
Also include contacts where
Contact/Country/Work = United States
AND
Contact/Postal Code/Work Regex ^(12|10)
the display summary is
Country = UNITED STATES AND Postal Code Regex '^(12|10)'
OR
Country = UNITED STATES AND Postal Code Regex '^(12|10)'
I would like the display summary to be
Country (Home) = UNITED STATES AND Postal Code (Home) Regex '^(12|10)'
OR
Country (Work) = UNITED STATES AND Postal Code (Work) Regex '^(12|10)'
I will make a PR for that