From f8ee08157885b55e90bcc8800322e2e3792984e8 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Mon, 14 Jul 2014 16:54:24 -0400 Subject: [PATCH] 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 --- Open-ILS/src/sql/Pg/950.data.seed-values.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0