From bdc433b0a3882a21619826de001166fe5c4f0c39 Mon Sep 17 00:00:00 2001 From: SamSys Date: Mon, 28 Jul 2025 14:45:17 +0330 Subject: [PATCH] employee children delet bug fixed --- .../Admin/Pages/Company/Employees/Edit.cshtml | 65 +++++++++++++------ 1 file changed, 44 insertions(+), 21 deletions(-) diff --git a/ServiceHost/Areas/Admin/Pages/Company/Employees/Edit.cshtml b/ServiceHost/Areas/Admin/Pages/Company/Employees/Edit.cshtml index 2b0fbfc9..63a7b7e6 100644 --- a/ServiceHost/Areas/Admin/Pages/Company/Employees/Edit.cshtml +++ b/ServiceHost/Areas/Admin/Pages/Company/Employees/Edit.cshtml @@ -208,27 +208,45 @@
-
- @if (index == 0) - { - - - @* *@ - - } - else - { - - - @* *@ - - } -
- - - +
+ @if (index == 0) + { + + + @* *@ + + } + else + { + + + @* *@ + + } +
+ + + + + + +
@@ -430,6 +448,11 @@