Bugzilla – Attachment 185787 Details for
Bug 40702
Inventory CSV export missing "title" header
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40702: Add missing "Title" header in Inventory csv export
Bug-40702-Add-missing-Title-header-in-Inventory-cs.patch (text/plain), 1.19 KB, created by
David Cook
on 2025-08-26 07:08:14 UTC
(
hide
)
Description:
Bug 40702: Add missing "Title" header in Inventory csv export
Filename:
MIME Type:
Creator:
David Cook
Created:
2025-08-26 07:08:14 UTC
Size:
1.19 KB
patch
obsolete
>From 3a5daeb9702fec467b222e099cf7f2cd08c291d6 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Tue, 26 Aug 2025 07:07:05 +0000 >Subject: [PATCH] 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" >--- > tools/inventory.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/tools/inventory.pl b/tools/inventory.pl >index 8e735d40e4..3b70c61054 100755 >--- a/tools/inventory.pl >+++ b/tools/inventory.pl >@@ -433,7 +433,7 @@ if ( defined $input->param('CSVexport') && $input->param('CSVexport') eq 'on' ) > my $columns = Koha::Database::Columns->columns; > my @translated_keys; > for my $key ( >- qw / biblioitems.title biblio.author >+ qw / biblio.title biblio.author > items.barcode items.itemnumber > items.homebranch items.location items.ccode > items.itemcallnumber items.notforloan >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 40702
: 185787