Bug 33763

Summary: It should be possible to only import items if a matching item is found
Product: Koha Reporter: Nick Clemens (kidclamp) <nick>
Component: ToolsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Nick Clemens (kidclamp) 2023-05-18 12:21:40 UTC
The current import option for replacing items says:

Replace items if matching bib was found (only for existing items)

What it really does is:
Replace items if matching bib was found (only for existing items) AND add items with no match found

It would be nice to have the option to add or ignore items when no match is found