- Shipped
- September 3, 2026 at 4:48 PM UTC
- Author
- Kamo
- Commit
- 4df5a1b
Six customer pickers read AccountSummaryDTO — the order editor, the service-job form, the subscription detail and wizard, and the pipeline signups tab — and every one of them named a customer by whoever the point of contact was. Somebody choosing which customer a job or an order belongs to is looking for the organisation. displayName is now the contact ALONE. It used to carry a "(#123)" suffix, which made sense while it was the whole label and produced nested brackets the moment the company led it — "Harmony Home Loans (Nickolas McGarry (#123))". The uid is already a field of its own for any picker that needs to separate two customers with the same name, and the browser composes the halves through one entityLabel() that every other customer-facing screen goes through too.