To recreate: 1 - Stage a file for import 2 - Set 'Check for embedded item record data' to 'Yes' 3 - Set 'How to process items' to 'ignore' 4 - Do not set a 'Record matching rule' 5 - Stage file 6 - View the staged file 7 - Item processing set to 'always_add' These options don't really make sense, but we shouldn't automagically change settings
From C4/ImportBatch.pm sub BatchStageMarcRecords { ... 346 if ($parse_items) { 347 SetImportBatchItemAction($batch_id, 'always_add'); 348 } else { 349 SetImportBatchItemAction($batch_id, 'ignore'); 350 }
*** Bug 31164 has been marked as a duplicate of this bug. ***