From 5616e3c5ec026f9cef1aa9950ffa1625cbca1a2a Mon Sep 17 00:00:00 2001 From: Thomas Berezansky Date: Mon, 25 Jul 2011 15:28:47 -0400 Subject: [PATCH] Unwrapped Upgrade Script for Checkout Fills Related Hold modifications Signed-off-by: Thomas Berezansky Signed-off-by: Bill Erickson --- .../sql/Pg/upgrade/XXXX.checkout_fills_related_hold_exact_match.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Open-ILS/src/sql/Pg/upgrade/XXXX.checkout_fills_related_hold_exact_match.sql 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 index 0000000000..c720e36486 --- /dev/null +++ b/Open-ILS/src/sql/Pg/upgrade/XXXX.checkout_fills_related_hold_exact_match.sql @@ -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'); -- 2.11.0