diff --git a/BeWoPlanerMobil/Scripts/gruppenbuchung.js b/BeWoPlanerMobil/Scripts/gruppenbuchung.js index 9d2f5cb6c..10384c05e 100644 --- a/BeWoPlanerMobil/Scripts/gruppenbuchung.js +++ b/BeWoPlanerMobil/Scripts/gruppenbuchung.js @@ -107,8 +107,6 @@ function openGroupBookingTab(isSupportConceptTab) { } function addSupportConcepts() { - hideGroupBookingPopup(); - addSupportConceptsViaGet(); } @@ -164,8 +162,6 @@ function hideEmployeePopup() { } function addEmployees() { - hideEmployeePopup(); - addEmployeesViaGet(); } diff --git a/BeWoPlanerMobil/Views/Main/Main.cshtml b/BeWoPlanerMobil/Views/Main/Main.cshtml index 9fd289b9b..8c7565651 100644 --- a/BeWoPlanerMobil/Views/Main/Main.cshtml +++ b/BeWoPlanerMobil/Views/Main/Main.cshtml @@ -636,7 +636,7 @@ { - + @hp.Text @@ -651,7 +651,7 @@ { - + @gruppe.Text @@ -661,7 +661,6 @@ -
@@ -675,7 +674,7 @@ { - a.EmployeeOid == long.Parse(ma.Value))) { @Html.Raw("checked=\"checked\"") } /> + a.EmployeeOid == long.Parse(ma.Value))) { @Html.Raw("checked=\"checked\"") } /> @ma.Text @@ -686,7 +685,6 @@ } - @{