6.0.0-beta1
9/24/25

[#4252] Duplicates in client list fix
Summary Duplicates in client list fix
Queue Hermes
Type Enhancement
State Rejected
Priority 1. Low
Owners
Requester tomward (at) scith (dot) com
Created 08/05/2006 (6990 days ago)
Due
Updated 09/30/2007 (6569 days ago)
Assigned
Resolved 09/29/2007 (6570 days ago)
Milestone
Patch No

History
09/30/2007 12:06:26 AM tomward (at) scith (dot) com Comment #4 Reply to this comment
Yes, I agree. I have a separate clients address book exactly for that
purpose, where only one entry per company is allowed.
Ahh I was not thinking of a separate address book. Thanks for the 
suggestion and the consideration though.
09/29/2007 08:24:57 AM Jan Schneider Comment #3
State ⇒ Rejected
Reply to this comment
Yes, I agree. I have a separate clients address book exactly for that 
purpose, where only one entry per company is allowed.
09/29/2007 02:43:38 AM Chuck Hagenbuch Comment #2
State ⇒ Feedback
Reply to this comment
Jan, Duck, other Hermes people what do you think on this? Seems 
reasonable on the surface, but it would make the selection of id 
arbitrary and dependent on ordering. So perhaps not.
08/05/2006 02:41:15 AM tomward (at) scith (dot) com Comment #1
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Duplicates in client list fix
Queue ⇒ Hermes
State ⇒ New
Reply to this comment
If somebody wants a list based on "company" rather than "name" from an 
address book, there's good chances they'll have multiple contacts for 
that company, thus multiple entries for the company. I suggest using:



$clients = array_unique($clients);

Saved Queries