ff : default hold boundary
authorBill Erickson <berick@esilibrary.com>
Fri, 25 Oct 2013 18:51:01 +0000 (14:51 -0400)
committerBill Erickson <berick@esilibrary.com>
Fri, 25 Oct 2013 18:51:01 +0000 (14:51 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/sql/Pg/fulfillment-mods.sql

index 2861fa4..aaaa85b 100644 (file)
@@ -875,5 +875,13 @@ INSERT INTO actor.web_action_print_template
 </body>
 $$);
 
+
+-- assume by default the top-most org unit of each FF partner
+-- is at the 'SYS' level.  As such, using FF's inverse target
+-- logic, setting a hard boundary at the partner depth, ensures
+-- we target items that live elsewhere.
+INSERT INTO actor.org_unit_setting (org_unit, name, value)
+    VALUES (1, 'circ.hold_boundary.hard', '1');
+
 COMMIT;
 --ROLLBACK;