From db16db772f87c842bd6017c129cb10c094a6ee30 Mon Sep 17 00:00:00 2001 From: Jakob Date: Thu, 26 Jun 2025 10:08:43 +0200 Subject: [PATCH] internal location: add field accessible_by_patrons --- tests/data/internal_locations.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/data/internal_locations.json b/tests/data/internal_locations.json index 242702e35..f3be2ac92 100644 --- a/tests/data/internal_locations.json +++ b/tests/data/internal_locations.json @@ -3,6 +3,7 @@ "pid": "ilocid-1", "location_pid": "locid-1", "name": "Internal Library 1", - "legacy_ids": ["3"] + "legacy_ids": ["3"], + "accessible_by_patrons": true } ]