Details
-
Type:
Bug
-
Status: Done/Fixed
-
Priority:
Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.4.8
-
Fix Version/s: 4.2.0
-
Component/s: None
-
Labels:None
Description
When two or more contacts share an address but not a household, then only the first name appears when creating mailing labels. It should be a list of names of all of the contacts sharing the address.
The existing code is attempting to do a list "when practical" given the limited output space available on a mailing label. Please investigate the code in CRM/Contact/Form/Task/Label.php mergeSameAddress() function and identify what it needs to do differently (or if there's a bug for some specific conditions).