Compare commits

...

1 Commits

Author SHA1 Message Date
Aiirondev_dev a518adb054 Dubvug changes
Release Inventarsystem / release-docker (push) Successful in 2m15s
2026-08-11 21:27:39 +02:00
+1 -1
View File
@@ -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}
}