Bug 6936: Allow multiple itemtypes for bib record export
authorDavid Cook <dcook@prosentient.com.au>
Mon, 8 Aug 2022 02:23:57 +0000 (02:23 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 22 Aug 2022 16:34:38 +0000 (13:34 -0300)
commit0820dbc14f5b60f66d85f8b119cbc11796d5cd43
treef5fffad2f978ceb8d937e82c5397a567df5b1280
parent368b1462e58f02e9636bb9ce5a5ba70a54b5d353
Bug 6936: Allow multiple itemtypes for bib record export

This patch allows multiple item types to be chosen when exporting
bib records from the Tools module.

Test plan:
0. Apply patch and koha-plack --restart kohadev
1. Go to http://localhost:8081/cgi-bin/koha/tools/export.pl
2. Select "All" for "Item type" and note 435 bibs are exported
3. Select "Books" and note 360 bibs are exported
4. Select "Books" and "Visual Materials" and note 380 bibs are exported

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt
tools/export.pl