Bugzilla – Attachment 184452 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.13 KB, created by
David Flater
on 2025-07-21 18:05:15 UTC
(
hide
)
Description:
Bug 39996: Fix subscription details display
Filename:
MIME Type:
Creator:
David Flater
Created:
2025-07-21 18:05:15 UTC
Size:
1.13 KB
patch
obsolete
>From 64ebccea5fa411159c2310743bd81b658c0e9637 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 > >Signed-off-by: David Flater <flaterdavid@gmail.com> >--- > 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.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 39996
:
182781
| 184452