diff --git a/WebfrontCore/Views/Shared/Partials/_SearchResourceFilter.cshtml b/WebfrontCore/Views/Shared/Partials/_SearchResourceFilter.cshtml index 63a3454e..e7d36ce7 100644 --- a/WebfrontCore/Views/Shared/Partials/_SearchResourceFilter.cshtml +++ b/WebfrontCore/Views/Shared/Partials/_SearchResourceFilter.cshtml @@ -2,6 +2,7 @@ @using SharedLibraryCore.Dtos @using WebfrontCore.QueryHelpers.Models @using Data.Models +@using System.Globalization @model string @{ var existingClientFilter = ViewBag.ClientResourceRequest as ClientResourceRequest; @@ -97,14 +98,14 @@