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".
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