From 247211b7c5afc1cab73bfc0f2bbb5f32b098b85d Mon Sep 17 00:00:00 2001 From: HirschleM Date: Fri, 11 Jul 2025 14:29:26 +0200 Subject: [PATCH] =?UTF-8?q?MH:=20ServiceRecordDC=20=C3=84nderung=20am=20De?= =?UTF-8?q?buggerDisplay?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Shared/DataContracts/ServiceRecordDC.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shared/DataContracts/ServiceRecordDC.cs b/Shared/DataContracts/ServiceRecordDC.cs index 4be64bf60..9c6155440 100644 --- a/Shared/DataContracts/ServiceRecordDC.cs +++ b/Shared/DataContracts/ServiceRecordDC.cs @@ -8,7 +8,7 @@ using BS.Shared.DataContracts.Compact; namespace BS.Shared.DataContracts { [DataContract] - [DebuggerDisplay("C{Customer} E{Employee} / {Start}-{End} ({RoundedDuration})")] + [DebuggerDisplay("C{Customer} {ServiceDescription.Name} / {Start}-{End} ({RoundedDuration})")] public partial class ServiceRecordDC : IDataContract { [DataMember]