From 3338f35e642c0287094c55e52cd245a23acd39ea Mon Sep 17 00:00:00 2001 From: Olli-Antti Kivilahti Date: Tue, 20 Aug 2024 19:37:36 +0300 Subject: [PATCH] Bug 26479 - Self checkout: option for returning items is missing with SCOAllowCheckin Also. When reading a barcode to the checkout-input box, and when it already is checked-out to the logged-in-patron, SCO used to show the "cancel", "return" and "renew" -options. Now the "return" is missing. This fixes the issue --- koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt index d0896ec024..c11b62dd8d 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt @@ -135,7 +135,7 @@

This item is already checked out to you: [% c.confirm | html %] ([% c.barcode | html %])

[% END %] - [% IF ( renew && Koha.Preference('SCOAllowCheckin') ) %] + [% IF ( c.renew && Koha.Preference('SCOAllowCheckin') ) %]
[% INCLUDE 'csrf-token.inc' %] Return -- 2.39.2