| Summary: | Inventory CSV export missing "title" header | ||
|---|---|---|---|
| Product: | Koha | Reporter: | David Cook <dcook> |
| Component: | Tools | Assignee: | David Cook <dcook> |
| Status: | Pushed to oldstable --- | QA Contact: | Jonathan Druart <jonathan.druart> |
| Severity: | minor | ||
| Priority: | P5 - low | CC: | fridolin.somers, jonathan.druart, lucas |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38946 | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: |
25.11.00,25.05.04,24.11.10
|
|
| Circulation function: | |||
| Attachments: |
Bug 40702: Add missing "Title" header in Inventory csv export
Bug 40702: Add missing "Title" header in Inventory csv export Bug 40702: Add missing "Title" header in Inventory csv export Bug 40702: Add missing "Title" header in Inventory csv export |
||
|
Description
David Cook
2025-08-26 07:06:24 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" Created attachment 186168 [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" Signed-off-by: noah <noah@inlibro.com> Created attachment 186406 [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" Signed-off-by: noah <noah@inlibro.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Created attachment 186434 [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" Signed-off-by: Noah Tremblay <noah.tremblay@inlibro.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Fixed Noah's signed-off-by line. Nice work everyone! Pushed to main for 25.11 Nice work everyone! Pushed to 25.05.x Pushed to 24.11.x for 24.11.10 |