From 85bb01a6db1a1cf3cf8af11833ecc08ac59fc541 Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Mon, 25 Sep 2017 10:29:56 -0400 Subject: [PATCH] LP#1672435: Make BR4's sample theses copy location holdable All of the part copies in the sample dataset live in a non-holdable copy location, usually BR4's Theses location. This commit makes that copy location holdable so that we can better test part holds out of the box. Signed-off-by: Kathy Lussier Signed-off-by: Ben Shum --- Open-ILS/tests/datasets/sql/assets_extras.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/tests/datasets/sql/assets_extras.sql b/Open-ILS/tests/datasets/sql/assets_extras.sql index 6e6711ad53..89201f229f 100644 --- a/Open-ILS/tests/datasets/sql/assets_extras.sql +++ b/Open-ILS/tests/datasets/sql/assets_extras.sql @@ -61,7 +61,7 @@ INSERT INTO asset.copy_location (owning_lib, name, holdable) VALUES (5, 'Reserves', FALSE), (3, 'Reserves', FALSE), (5, 'Theses', FALSE), -(7, 'Theses', FALSE), +(7, 'Theses', TRUE), (2, 'Special Collections', FALSE), (6, 'Special Collections', FALSE), (7, 'Special Collections', FALSE); -- 2.11.0