From 4e800b646dd0794a3052139fdac7aa0806180b3f Mon Sep 17 00:00:00 2001 From: HirschleM Date: Wed, 13 May 2026 11:56:59 +0200 Subject: [PATCH] MH: CostBearer2SupportConcept DebuggerDisplay --- Data/Entities/CostBearer2SupportConcept.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Data/Entities/CostBearer2SupportConcept.cs b/Data/Entities/CostBearer2SupportConcept.cs index 0c799fc80..78db1d5ca 100644 --- a/Data/Entities/CostBearer2SupportConcept.cs +++ b/Data/Entities/CostBearer2SupportConcept.cs @@ -1,11 +1,12 @@ using System; using System.Collections.Generic; - +using System.Diagnostics; using BS.Shared; using BS.Shared.Core; namespace BeWo.Data.Entities { + [DebuggerDisplay("{CostBearer.Organisation.Name} - {SupportConcept.Customer.Person.FirstName} {SupportConcept.Customer.Person.LastName}")] public class CostBearer2SupportConcept : BeWoEntityBase { // public static string PropertyName_HourlyRate = "HourlyRate";