From e0ba3535b09572a9d3d15b930769923073fb4f2c Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Fri, 20 Dec 2013 11:56:52 -0500 Subject: [PATCH] Changing the name and description fields around. --- Open-ILS/src/sql/Pg/pines/add_relia_circ_mods.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/sql/Pg/pines/add_relia_circ_mods.sql b/Open-ILS/src/sql/Pg/pines/add_relia_circ_mods.sql index 21c22cb37d..15be61c48f 100644 --- a/Open-ILS/src/sql/Pg/pines/add_relia_circ_mods.sql +++ b/Open-ILS/src/sql/Pg/pines/add_relia_circ_mods.sql @@ -3,11 +3,11 @@ BEGIN; -- create the circulation modifiers INSERT INTO config.circ_modifier (code, name, description, sip2_media_type, magnetic_media) - VALUES ('realia-0', 'Realia - No Renewals', 'Naturally occurring objects and any other three-dimensional item made or modified by humans that does not fit into any other category', '000', false); + VALUES ('realia-0', 'realia-0', 'Realia - No Renewals', '000', false); INSERT INTO config.circ_modifier (code, name, description, sip2_media_type, magnetic_media) - VALUES ('realia-1', 'Realia - One Renewal', 'Naturally occurring objects and any other three-dimensional item made or modified by humans that does not fit into any other category', '000', false); + VALUES ('realia-1', 'realia-1', 'Realia - One Renewal', '000', false); INSERT INTO config.circ_modifier (code, name, description, sip2_media_type, magnetic_media) - VALUES ('realia-2', 'Realia - Two Renewals', 'Naturally occurring objects and any other three-dimensional item made or modified by humans that does not fit into any other category', '000', false); + VALUES ('realia-2', 'realia-2', 'Realia - Two Renewals', '000', false); -- add duration rule to accommodate the new circ modifiers INSERT INTO config.rule_circ_duration (name, extended, normal, shrt, max_renewals) -- 2.11.0