6.0.0-RC7
6/27/26

[#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 8/5/06 (7266 days ago)
Due
Updated 9/30/07 (6845 days ago)
Assigned
Resolved 9/29/07 (6846 days ago)
Milestone
Patch No

History
2612 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.
578 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.
382 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.
152 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