Bugzilla – Attachment 182781 Details for
Bug 39996
[22.11] Subscription cannot be reopened
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39996: Fix subscription details display
Bug-39996-Fix-subscription-details-display.patch (text/plain), 1.08 KB, created by
Baptiste Wojtkowski (bwoj)
on 2025-05-26 10:33:49 UTC
(
hide
)
Description:
Bug 39996: Fix subscription details display
Filename:
MIME Type:
Creator:
Baptiste Wojtkowski (bwoj)
Created:
2025-05-26 10:33:49 UTC
Size:
1.08 KB
patch
obsolete
>From b2dd83decbc56e1705cac3fd0d07cad4ccfc4a98 Mon Sep 17 00:00:00 2001 >From: Baptiste <baptiste.wojtkowski@biblibre.com> >Date: Mon, 26 May 2025 12:25:49 +0200 >Subject: [PATCH] Bug 39996: Fix subscription details display > >Test plan (only on a 22.11 !): >1 - Create a subscription, close it. >2 - Visit [YOUR INSTANCE]/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[THE ID OF THE SUBSCRIPTION] -> there is a "close" button, it is not written closed at the right side of the title >3 - Apply patch >4 - repeat 2, there is no close button but a Reopen button + "(closed)" > is written after the title >--- > serials/subscription-detail.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/serials/subscription-detail.pl b/serials/subscription-detail.pl >index faa04adea0..042c9075fb 100755 >--- a/serials/subscription-detail.pl >+++ b/serials/subscription-detail.pl >@@ -149,6 +149,7 @@ while ( my $o = $orders->next ) { > } > > $template->param( >+ subscription => $subscription, > subscriptionid => $subscriptionid, > serialslist => \@serialslist, > hasRouting => $hasRouting, >-- >2.30.2
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 39996
: 182781