diff --git a/Unibase.Platform.Apps.dll b/Unibase.Platform.Apps.dll index 9905024..a480d9a 100755 Binary files a/Unibase.Platform.Apps.dll and b/Unibase.Platform.Apps.dll differ diff --git a/Unibase.Platform.Apps.pdb b/Unibase.Platform.Apps.pdb index 487138c..1dc6488 100755 Binary files a/Unibase.Platform.Apps.pdb and b/Unibase.Platform.Apps.pdb differ diff --git a/Unibase.Web.Server.dll b/Unibase.Web.Server.dll index 8c3bcad..4ad8c22 100755 Binary files a/Unibase.Web.Server.dll and b/Unibase.Web.Server.dll differ diff --git a/Unibase.Web.Server.pdb b/Unibase.Web.Server.pdb index 81516d4..1609145 100755 Binary files a/Unibase.Web.Server.pdb and b/Unibase.Web.Server.pdb differ diff --git a/wwwroot/apps/hrms/components/attendence.js b/wwwroot/apps/hrms/components/attendence.js index dbaf8f7..3d9b8f4 100644 --- a/wwwroot/apps/hrms/components/attendence.js +++ b/wwwroot/apps/hrms/components/attendence.js @@ -809,7 +809,11 @@ var Bizgaze; afterload() { const instance = Bizgaze.Apps.Hrms.Components.Attendence.Instance(); instance.log_data = Unibase.Platform.Membership.Infos.Identity.getCurrentUser(); - let started_time = instance.log_data.settings.filter(function (o) { return o.settingName === "checkin"; })[0].settingValue; + let started_time = ""; + let _checkin = instance.log_data.settings.filter(function (o) { return o.settingName === "checkin"; }); + if (_checkin.length != 0) { + started_time = _checkin[0].settingValue; + } instance.employeeid = instance.log_data.userId; Bizgaze.Apps.Hrms.Managers.AttendenceManager.Instance().getLoginDetails(instance.employeeid).then(function (response) { if (started_time != '') { diff --git a/wwwroot/platform/analytics/components/reportbuilder/reportbuilder.template.js b/wwwroot/platform/analytics/components/reportbuilder/reportbuilder.template.js index 2d57793..8c58f45 100644 --- a/wwwroot/platform/analytics/components/reportbuilder/reportbuilder.template.js +++ b/wwwroot/platform/analytics/components/reportbuilder/reportbuilder.template.js @@ -47,10 +47,10 @@ var Unibase; loadToolTipColumn(ColumnId, AliasName, DataType, DisplayText) { let tooltipHtml = `