From 01999575451deae7257bfae54bf9084fe953c56f Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Tue, 11 Aug 2026 21:35:08 +0200 Subject: [PATCH] Dubvug changes --- Web/app.py | 2 +- Web/templates/library_table.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Web/app.py b/Web/app.py index 1d4fa4b..13acc50 100755 --- a/Web/app.py +++ b/Web/app.py @@ -3314,7 +3314,7 @@ def api_library_items(): query = { 'ItemType': {'$in': ['book', 'cd', 'dvd', 'schoolbook', 'schulbuch', 'Buch', 'Schulbuch']}, - #'IsGroupedSubItem': {'$ne': True}, + 'IsGroupedSubItem': {'$ne': True}, 'Deleted': {'$ne': True} } diff --git a/Web/templates/library_table.html b/Web/templates/library_table.html index fcd744b..bcb2eab 100644 --- a/Web/templates/library_table.html +++ b/Web/templates/library_table.html @@ -800,7 +800,7 @@ return ` ${escapeHtml(item.Name || 'Untitled')} - ${escapeHtml(Item.ISBN || '-')} + ${escapeHtml(item.ISBN || '-')} ${getItemTypeLabel(item.ItemType || 'book')} ${item.Quantity || item.GroupedDisplayCount || 1}