syntax errors
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 20 Nov 2009 07:19:19 +0000 (07:19 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 20 Nov 2009 07:19:19 +0000 (07:19 +0000)
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

index 6c9abf2..d5382a9 100644 (file)
@@ -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 )