Fixed table filters

This commit is contained in:
Bernd Bestel
2020-11-15 09:21:54 +01:00
parent d1846b76ff
commit 185627af7d
5 changed files with 9 additions and 7 deletions

View File

@@ -88,7 +88,7 @@ $("#status-filter").on("change", function()
$('.recipe-gallery-item').removeClass('d-none');
if (value !== "")
{
if (value === 'enoughinstock')
if (value === 'Xenoughinstock')
{
$('.recipe-gallery-item').not('.recipe-enoughinstock').addClass('d-none');
}