From 5d82fcfe7513d1eb042c63c651afea1ef40cf0f9 Mon Sep 17 00:00:00 2001 From: Christian Date: Fri, 15 Dec 2017 10:47:43 +0100 Subject: [PATCH] cb --- .../SingleSupportConceptSelectionControl.xaml | 5 +- .../Detail/Report/ServicesReportView.xaml.cs | 1 + .../Detail/ServiceRecordGroupEditView.xaml.cs | 13 ++++ BeWo/View/Master/ReportView.xaml.cs | 13 ++-- BeWo/View/Master/SchedulerMasterView.xaml | 5 +- BeWo/View/Master/SchedulerMasterView.xaml.cs | 24 ++++---- .../Auslastung/AuslastungReportView2.xaml.cs | 6 +- .../Employee/EmployeeHourReportView.xaml.cs | 6 +- BeWo/ownChat/ChatDokumentationsView.xaml.cs | 60 ++++++++++--------- BeWo/ownChat/ChatServiceCustomer.xaml.cs | 12 +++- BeWo/ownChat/ChatView.xaml.cs | 4 +- Data/Access/SearchDAO.cs | 9 +++ Report/ReportObjects/ServicesOverviewRO.cs | 1 - .../Translation/TranslationDictionary.cs | 1 + .../BeWoRichartz/Properties/licenses.licx | 1 + .../ServicesOverviewReport.Designer.cs | 54 +++++++---------- .../BeWoRichartz/ServicesOverviewReport.cs | 20 +++++++ Service/Plugins/PluginLoader.cs | 4 +- Service/ServiceContracts/ICustomerService.cs | 6 +- .../CustomerServiceImp.cs | 19 +++++- .../FlatSupportConceptTreeNodeDC.cs | 3 +- Shared/Translation/Translator.cs | 2 +- 22 files changed, 175 insertions(+), 94 deletions(-) diff --git a/BeWo/View/Controls/SingleSupportConceptSelectionControl.xaml b/BeWo/View/Controls/SingleSupportConceptSelectionControl.xaml index 6f740ff4d..cfad06f2e 100644 --- a/BeWo/View/Controls/SingleSupportConceptSelectionControl.xaml +++ b/BeWo/View/Controls/SingleSupportConceptSelectionControl.xaml @@ -3,7 +3,8 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:localsearch="clr-namespace:BeWo.View.Search" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" - xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" + xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" + xmlns:markup="clr-namespace:BeWo.MultiLanguage.Markup" mc:Ignorable="d"> @@ -38,7 +39,7 @@