JBAS-679 2.5 circ org settings
authorBill Erickson <berickxx@gmail.com>
Wed, 6 May 2015 16:28:07 +0000 (12:28 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
Apply values for new org unit settings circ.tally_lost,
ui.circ.items_out.lost, and ui.circ.items_out.claimsreturned.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
KCLS/sql/jbas-495/03.mods-for-2.5.sql [new file with mode: 0644]

diff --git a/KCLS/sql/jbas-495/03.mods-for-2.5.sql b/KCLS/sql/jbas-495/03.mods-for-2.5.sql
new file mode 100644 (file)
index 0000000..bd69663
--- /dev/null
@@ -0,0 +1,13 @@
+/*
+Local settings modifications for 2.5 upgrade.
+*/
+
+INSERT INTO actor.org_unit_setting (org_unit, name, value) 
+    VALUES (1, 'circ.tally_lost', 'true');
+
+INSERT INTO actor.org_unit_setting (org_unit, name, value) 
+    VALUES (1, 'ui.circ.items_out.lost', '5');
+
+INSERT INTO actor.org_unit_setting (org_unit, name, value) 
+    VALUES (1, 'ui.circ.items_out.claimsreturned', '6');
+