Bugzilla – Attachment 163518 Details for
Bug 36336
Exporting records from detail page is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36336: (bug 34478 follow-up) Fix export from catalogue detail
Bug-36336-bug-34478-follow-up-Fix-export-from-cata.patch (text/plain), 830 bytes, created by
Jonathan Druart
on 2024-03-20 10:03:43 UTC
(
hide
)
Description:
Bug 36336: (bug 34478 follow-up) Fix export from catalogue detail
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-03-20 10:03:43 UTC
Size:
830 bytes
patch
obsolete
>From 7ab0bf0813a77b8cc9ed9d1adc952a514da3dfc4 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 20 Mar 2024 11:03:26 +0100 >Subject: [PATCH] Bug 36336: (bug 34478 follow-up) Fix export from catalogue > detail > >--- > catalogue/export.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/catalogue/export.pl b/catalogue/export.pl >index d432e178365..ff02cea67f0 100755 >--- a/catalogue/export.pl >+++ b/catalogue/export.pl >@@ -21,7 +21,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user({ > my $op=$query->param("op"); > my $format=$query->param("format"); > my $error = ''; >-if ($op eq "cud-export") { >+if ($op eq "export") { > my $biblionumber = $query->param("bib"); > if ($biblionumber){ > my $file_id = $biblionumber; >-- >2.34.1
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 36336
:
163518
|
163528
|
163577
|
163579