diff --git a/BeWo/BeWoApp.xaml.cs b/BeWo/BeWoApp.xaml.cs index a61f200c2..0a8c237f6 100644 --- a/BeWo/BeWoApp.xaml.cs +++ b/BeWo/BeWoApp.xaml.cs @@ -197,7 +197,7 @@ namespace BeWo var hideServiceRecordInsertedByAndInsertedOn = false; bool isEndDateVisible = false; bool isOnlyYearMonthVisible = false; - bool isZeiterfassDateNormal = false; + bool isZeiterfassDateNormal = true; bool isZeiterfassungInStdMin = false; int lastSelectedStundenkontoIntervall = 3; bool showSignatures = false; @@ -247,9 +247,9 @@ namespace BeWo } val = GetSettingValue(_Mandator.Settings, "IsZeiterfassDateNormal"); - if (val != null && val.Equals("1")) + if (val != null && val.Equals("0")) { - isZeiterfassDateNormal = true; + isZeiterfassDateNormal = false; } diff --git a/BeWo/Core/BeWoUtils.cs b/BeWo/Core/BeWoUtils.cs index d369d0a51..d55662715 100644 --- a/BeWo/Core/BeWoUtils.cs +++ b/BeWo/Core/BeWoUtils.cs @@ -1566,8 +1566,6 @@ namespace BeWo.Core } - - if (relDc != null) dc.CostBearer2SupportConceptOid = relDc.CostBearer2SupportConceptOid; diff --git a/BeWo/View/Detail/ServiceRecordView2.xaml b/BeWo/View/Detail/ServiceRecordView2.xaml index 67e90359d..f01762e31 100644 --- a/BeWo/View/Detail/ServiceRecordView2.xaml +++ b/BeWo/View/Detail/ServiceRecordView2.xaml @@ -692,19 +692,19 @@