Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 2.2.2
-
Fix Version/s: 3.0
-
Component/s: Core CiviCRM
-
Labels:None
Description
This is a proposed patch for CRM/Contact/Form/Task/Label.php.
The patch summarizes individuals by last name on each line of the label, up to a maximum of three lines.
Individuals with the same last name will be collapsed like, "John & Judy & Junior Jones".
This will limit the spillover of labels into one another when many individuals share an address, and the mergeSameAddress
function is used to combine names on labels.