Bugzilla – Attachment 169856 Details for
Bug 37525
Self checkout: "Return this item" doesn't show up in scan confirmation screen despite SCOAllowCheckin being allowed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix the regression
fix-bb059abe-refactoring.patch (text/plain), 774 bytes, created by
Oliver Behnke
on 2024-07-30 11:59:51 UTC
(
hide
)
Description:
Patch to fix the regression
Filename:
MIME Type:
Creator:
Oliver Behnke
Created:
2024-07-30 11:59:51 UTC
Size:
774 bytes
patch
obsolete
>--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >@@ -134,7 +134,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>
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 37525
:
169856
|
170870
|
171034
|
172118