From: phasefx Date: Fri, 20 Nov 2009 07:19:19 +0000 (+0000) Subject: syntax errors X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f2c325979b63465ad7943c16d19dbec7fc19fcfb;p=evergreen%2Fmasslnc.git syntax errors git-svn-id: svn://svn.open-ils.org/ILS/trunk@14987 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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 )