Bugzilla – Attachment 170758 Details for
Bug 26479
Self checkout: checkouts table: option for returning items is missing with SCOAllowCheckin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26479 - Self checkout: option for returning items is missing with SCOAllowCheckin
Bug-26479---Self-checkout-option-for-returning-ite.patch (text/plain), 1.54 KB, created by
Olli-Antti Kivilahti
on 2024-08-27 10:56:15 UTC
(
hide
)
Description:
Bug 26479 - Self checkout: option for returning items is missing with SCOAllowCheckin
Filename:
MIME Type:
Creator:
Olli-Antti Kivilahti
Created:
2024-08-27 10:56:15 UTC
Size:
1.54 KB
patch
obsolete
>From 3338f35e642c0287094c55e52cd245a23acd39ea Mon Sep 17 00:00:00 2001 >From: Olli-Antti Kivilahti <olli-antti.kivilahti@hypernova.fi> >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 @@ > <p>This item is already checked out to you: <b>[% c.confirm | html %]</b> <i>([% c.barcode | html %])</i></p> > [% END %] > >- [% IF ( renew && Koha.Preference('SCOAllowCheckin') ) %] >+ [% IF ( c.renew && Koha.Preference('SCOAllowCheckin') ) %] > <form action="/cgi-bin/koha/sco/sco-main.pl" name="confirmForm" class="inline" method="post"> > [% INCLUDE 'csrf-token.inc' %] > <legend class="sr-only">Return</legend> >-- >2.39.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 26479
:
170758
|
170808