Bug 37247 and in particular https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=168783&action=diff which use the attribute "subscription.closed" rely on a 23.11 change which passes the subscription object to the template, hence the "close" reopen button is not displayed anymore in 22.11.
Created attachment 182781 [details] [review] 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
Note: qa script fails at tidying but it would require to change a lot of code before adding just one line.
(In reply to Baptiste Wojtkowski (bwoj) from comment #2) > Note: qa script fails at tidying but it would require to change a lot of > code before adding just one line.
I tried to test, but was not able to get a 22.11.x instance running with KTD.
(In reply to Katrin Fischer from comment #3) > (In reply to Baptiste Wojtkowski (bwoj) from comment #2) > > Note: qa script fails at tidying but it would require to change a lot of > > code before adding just one line. There might have been an error during your answer :)