Bug 17622

Summary: Export tool only exports biblios with items
Product: Koha Reporter: Mirko Tietgen <mirko>
Component: ToolsAssignee: Jonathan Druart <jonathan.druart>
Status: CLOSED INVALID QA Contact: Testopia <testopia>
Severity: major    
Priority: P5 - low CC: jonathan.druart
Version: master   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2357
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 14722    
Bug Blocks:    
Attachments: Bug 17622: Export biblios without items

Description Mirko Tietgen 2016-11-14 09:21:46 UTC
Export of biblios via tools ignores biblios without items.
Comment 1 Jonathan Druart 2016-11-14 12:45:36 UTC
Created attachment 57469 [details] [review]
Bug 17622: Export biblios without items

In some situations, we need to export bibliographic records without
items.

Test plan:
Confirm that you get bibliographic records without items when you expect
to get record without items.
Basically it should happen when you do not specify filters on items
Comment 2 Jonathan Druart 2016-11-14 12:46:27 UTC
This regression has been introduced by bug 14722
Comment 3 Jonathan Druart 2016-11-14 12:47:03 UTC
(In reply to Jonathan Druart from comment #1)
> Test plan:
> Confirm that you get bibliographic records without items when you expect
> to get record without items.
> Basically it should happen when you do not specify filters on items

Note that you must test the export tool from the interface and the command line script as well.
Comment 4 Mirko Tietgen 2016-11-14 13:40:10 UTC
While testing it turned out it works if all item filters are turned off, including the library branch limit. It was the same before the refactoring so I'll close the bug.