projects
/
evergreen
/
equinox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17023e0
)
ff : default hold boundary
author
Bill Erickson
<berick@esilibrary.com>
Fri, 25 Oct 2013 18:51:01 +0000
(14:51 -0400)
committer
Bill 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
patch
|
blob
|
history
diff --git
a/Open-ILS/src/sql/Pg/fulfillment-mods.sql
b/Open-ILS/src/sql/Pg/fulfillment-mods.sql
index
2861fa4
..
aaaa85b
100644
(file)
--- a/
Open-ILS/src/sql/Pg/fulfillment-mods.sql
+++ b/
Open-ILS/src/sql/Pg/fulfillment-mods.sql
@@
-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;