LP#1371647: fix thinko with ID re-pinning
authorGalen Charlton <gmc@esilibrary.com>
Thu, 3 Mar 2016 13:35:26 +0000 (08:35 -0500)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 3 Mar 2016 13:35:26 +0000 (08:35 -0500)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/sql/Pg/950.data.seed-values.sql

index 11a7c28..ffb0787 100644 (file)
@@ -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 $$