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";