diff --git a/LiMan.UI/Components/EnrollList.razor b/LiMan.UI/Components/EnrollList.razor index 69f9ae7..6927541 100644 --- a/LiMan.UI/Components/EnrollList.razor +++ b/LiMan.UI/Components/EnrollList.razor @@ -102,23 +102,49 @@ else
diff --git a/LiMan.UI/Components/EnrollList.razor.cs b/LiMan.UI/Components/EnrollList.razor.cs index 19d844b..33267e6 100644 --- a/LiMan.UI/Components/EnrollList.razor.cs +++ b/LiMan.UI/Components/EnrollList.razor.cs @@ -57,6 +57,7 @@ namespace LiMan.UI.Components // registra approvazione SelRecord.DtAppr = DateTime.Now; SelRecord.UserAppr = user.Identity.Name; + SelRecord.IdxLic = SelIdxLic; await LMDService.EnrollReqUpsert(SelRecord); SelRecord = null; await ReloadData();