Unwrapped Upgrade Script
authorThomas Berezansky <tsbere@mvlc.org>
Mon, 25 Jul 2011 19:28:47 +0000 (15:28 -0400)
committerBill Erickson <berick@esilibrary.com>
Mon, 25 Jul 2011 21:25:04 +0000 (17:25 -0400)
for Checkout Fills Related Hold modifications

Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/sql/Pg/upgrade/XXXX.checkout_fills_related_hold_exact_match.sql [new file with mode: 0644]

diff --git a/Open-ILS/src/sql/Pg/upgrade/XXXX.checkout_fills_related_hold_exact_match.sql b/Open-ILS/src/sql/Pg/upgrade/XXXX.checkout_fills_related_hold_exact_match.sql
new file mode 100644 (file)
index 0000000..c720e36
--- /dev/null
@@ -0,0 +1,6 @@
+INSERT into config.org_unit_setting_type
+( name, label, description, datatype ) VALUES
+( 'circ.checkout_fills_related_hold_exact_match_only',
+    'Checkout Fills Related Hold On Valid Copy Only',
+    'When filling related holds on checkout only match on items that are valid for opportunistic capture for the hold. Without this set a Title or Volume hold could match when the item is not holdable. With this set only holdable items will match.',
+    'bool');