From: Jason Stephenson Date: Mon, 14 Jul 2014 20:54:24 +0000 (-0400) Subject: Fix 950.data.seed-values.sql. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f8ee08157885b55e90bcc8800322e2e3792984e8;p=evergreen%2Fpines.git Fix 950.data.seed-values.sql. Code from the lost and paid copy status was missing an argument on the insert. Signed-off-by: Jason Stephenson --- 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 eb9ef567fa..2852f3f8f2 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -5015,7 +5015,7 @@ INSERT into config.org_unit_setting_type oils_i18n_gettext('circ.use_lost_paid_copy_status', 'Use Lost and Paid copy status when lost or long overdue billing is paid', 'coust', 'description'), - 'bool') + 'bool', null) ; UPDATE config.org_unit_setting_type