diff --git a/BeWo/BeWo.csproj b/BeWo/BeWo.csproj index b20f66b95..6f16c21f8 100644 --- a/BeWo/BeWo.csproj +++ b/BeWo/BeWo.csproj @@ -43,12 +43,12 @@ de-DE BeWoPlaner beyondSoft GmbH - 2.0.1.146 + 2.0.1.151 true publish.htm false true - 147 + 152 2.0.1.%2a false true @@ -1996,7 +1996,7 @@ - + {8a83c4dc-a0b1-4a51-ae1d-366d7a05b298} ChatController diff --git a/BeWo/LoginControl.xaml.cs b/BeWo/LoginControl.xaml.cs index f1707e7b0..599bcc206 100644 --- a/BeWo/LoginControl.xaml.cs +++ b/BeWo/LoginControl.xaml.cs @@ -257,8 +257,11 @@ namespace BeWo if (ProfileList.Count > 0) { +#if DEBUG + //selectedProfile = ReadSelectedProfile(); +#else selectedProfile = ReadSelectedProfile(); - +#endif if (selectedProfile == null || !ProfileList.Contains(selectedProfile)) { //selectedProfile = profileSelectionComboBox.SelectedItem as BeWoProfile; @@ -342,7 +345,9 @@ namespace BeWo private bool CheckStatusMessage(BeWoProfile profile, String url) { - +#if DEBUG + return true; +#endif try { using (WebClient client = new WebClient()) diff --git a/BeWo/Ressources/Icons/adobe-pdf-icon.png b/BeWo/Ressources/Icons/adobe-pdf-icon.png index e694647f5..c12e0a9a3 100644 Binary files a/BeWo/Ressources/Icons/adobe-pdf-icon.png and b/BeWo/Ressources/Icons/adobe-pdf-icon.png differ diff --git a/BeWo/View/BeWoView.cs b/BeWo/View/BeWoView.cs index 9070df3fb..38375b469 100644 --- a/BeWo/View/BeWoView.cs +++ b/BeWo/View/BeWoView.cs @@ -133,7 +133,7 @@ namespace BeWo.View { if (!BeWoApp.HasLoggedOnUserRight(this.GetSaveDemands())) { - MessageBox.Show("Sie besitzen nicht die nötigen Rechte um zu speichern. Bitte wenden Sie sich an den Adminstrator!", "Autorisierung fehlgeschlagen", MessageBoxButton.OK, MessageBoxImage.Warning); + MessageBox.Show("Sie besitzen nicht die nötigen Rechte um zu speichern. Bitte wenden Sie sich an den Administrator!", "Autorisierung fehlgeschlagen", MessageBoxButton.OK, MessageBoxImage.Warning); return false; } diff --git a/BeWo/View/Detail/AccountingTransactionView.xaml.cs b/BeWo/View/Detail/AccountingTransactionView.xaml.cs index 9601a65bc..f56c47002 100644 --- a/BeWo/View/Detail/AccountingTransactionView.xaml.cs +++ b/BeWo/View/Detail/AccountingTransactionView.xaml.cs @@ -230,7 +230,7 @@ namespace BeWo.View.Detail if (lMessage != string.Empty) { - MessageBox.Show(lMessage + "\nWenden Sie sich an den Adminstrator", "Fehlende Berechtigung", MessageBoxButton.OK, MessageBoxImage.Warning); + MessageBox.Show(lMessage + "\nWenden Sie sich an den Administrator", "Fehlende Berechtigung", MessageBoxButton.OK, MessageBoxImage.Warning); } if (lToDos.Count > 0) diff --git a/BeWo/View/Detail/CustomerView.xaml b/BeWo/View/Detail/CustomerView.xaml index 4c143b020..fb77fc5de 100644 --- a/BeWo/View/Detail/CustomerView.xaml +++ b/BeWo/View/Detail/CustomerView.xaml @@ -96,9 +96,9 @@ + ItemsSource="{Binding Path=UngueltigeVerordnungen}" CustomColumnSort="Grid_medikamentenverordnungshistorie_OnCustomColumnSort"> - + @@ -376,7 +376,7 @@ -