LP#1672435: Make BR4's sample theses copy location holdable
authorKathy Lussier <klussier@masslnc.org>
Mon, 25 Sep 2017 14:29:56 +0000 (10:29 -0400)
committerBen Shum <ben@evergreener.net>
Wed, 8 Nov 2017 19:00:24 +0000 (14:00 -0500)
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 <klussier@masslnc.org>
Signed-off-by: Ben Shum <ben@evergreener.net>
Open-ILS/tests/datasets/sql/assets_extras.sql

index 6e6711a..89201f2 100644 (file)
@@ -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);