From: Galen Charlton Date: Thu, 3 Mar 2016 13:35:26 +0000 (-0500) Subject: LP#1371647: fix thinko with ID re-pinning X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=896461cf333901de1ffe79e57ea07481a8e59bfd;p=evergreen%2Fpines.git LP#1371647: fix thinko with ID re-pinning Signed-off-by: Galen Charlton --- 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 $$