From: erickson Date: Mon, 21 Sep 2009 16:13:51 +0000 (+0000) Subject: accidentally duplicated a seed value, removing X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=39683cb77410996bf79ef6dd8ea9e90aa985ceca;p=evergreen%2Fbjwebb.git accidentally duplicated a seed value, removing git-svn-id: svn://svn.open-ils.org/ILS/trunk@14076 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 5ba339237..120fd209f 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -2198,14 +2198,6 @@ INSERT INTO config.org_unit_setting_type (name, label, description, datatype) VA 'string' ); --- max claims returned count setting -INSERT INTO config.org_unit_setting_type (name, label, description, datatype) VALUES ( - 'circ.max_patron_claim_return_count', - 'Max Patron Claims Returned Count', - 'When this count is exceeded, a staff override is required to mark the item as claims returned', - 'integer' -); - -- perm to override max claims returned INSERT INTO permission.perm_list (code, description) VALUES ( 'SET_CIRC_CLAIMS_RETURNED.override',