From f2c325979b63465ad7943c16d19dbec7fc19fcfb Mon Sep 17 00:00:00 2001 From: phasefx Date: Fri, 20 Nov 2009 07:19:19 +0000 Subject: [PATCH] syntax errors git-svn-id: svn://svn.open-ils.org/ILS/trunk@14987 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/sql/Pg/950.data.seed-values.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/sql/Pg/950.data.seed-values.sql b/Open-ILS/src/sql/Pg/950.data.seed-values.sql index 6c9abf2f90..d5382a9743 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -2564,9 +2564,9 @@ INSERT INTO config.org_unit_setting_type (name, label, description, datatype, fm VALUES ( 'circ.claim_return.copy_status', 'Claim Return Copy Status', - 'Claims returned copies are put into this status. Default is to leave the copy in the Checked Out status' + 'Claims returned copies are put into this status. Default is to leave the copy in the Checked Out status', 'link', - 'ccs', + 'ccs' ); INSERT INTO config.org_unit_setting_type ( name, label, description, datatype ) -- 2.11.0