diff --git a/WebfrontCore/Views/Shared/Partials/_SearchResourceFilter.cshtml b/WebfrontCore/Views/Shared/Partials/_SearchResourceFilter.cshtml index 63a3454e8..e7d36ce77 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 @@