Bug 40702 - Inventory CSV export missing "title" header
Summary: Inventory CSV export missing "title" header
Status: Needs Signoff
Alias: None
Product: Koha
Classification: Unclassified
Component: Tools (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor
Assignee: David Cook
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-08-26 07:06 UTC by David Cook
Modified: 2025-08-26 07:08 UTC (History)
0 users

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 40702: Add missing "Title" header in Inventory csv export (1.19 KB, patch)
2025-08-26 07:08 UTC, David Cook
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description David Cook 2025-08-26 07:06:24 UTC
The CSV export for the Inventory table is missing the "Title" heading.

This is because in the code it uses "biblioitems.title" instead of "biblio.title".
Comment 1 David Cook 2025-08-26 07:08:14 UTC
Created attachment 185787 [details] [review]
Bug 40702: Add missing "Title" header in Inventory csv export

This patch adds a missing "Title" header in the Inventory csv export.

Test plan:
0. Apply the patch and koha-plack --restart kohadev
1. Go to http://localhost:8081/cgi-bin/koha/tools/inventory.pl
2. Check the "Export to CSV file" checkbox and click "Submit"
3. In the export, note that the A1 cell now says "Title"