From 896461cf333901de1ffe79e57ea07481a8e59bfd Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 3 Mar 2016 08:35:26 -0500 Subject: [PATCH] LP#1371647: fix thinko with ID re-pinning Signed-off-by: Galen Charlton --- 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 11a7c28413..ffb07878c5 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -8707,7 +8707,7 @@ INSERT INTO config.composite_attr_entry_definition -- electronic INSERT INTO config.composite_attr_entry_definition (coded_value, definition) VALUES -(1735, '[{"_attr":"item_form","_val":"s"},{"_attr":"item_form","_val":"o"}]'); +(712, '[{"_attr":"item_form","_val":"s"},{"_attr":"item_form","_val":"o"}]'); -- use the definitions from the icon_format as the basis for the MR hold format definitions DO $$ -- 2.43.2