From: Thomas Berezansky Date: Mon, 25 Jul 2011 19:28:47 +0000 (-0400) Subject: Unwrapped Upgrade Script X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5616e3c5ec026f9cef1aa9950ffa1625cbca1a2a;p=evergreen%2Fmasslnc.git Unwrapped Upgrade Script for Checkout Fills Related Hold modifications Signed-off-by: Thomas Berezansky Signed-off-by: Bill Erickson --- 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');