Bugzilla – Attachment 154369 Details for
Bug 34518
"Renew all" button doesn't work in OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34518: Fix 'Renew all' button in OPAC
Bug-34518-Fix-Renew-all-button-in-OPAC.patch (text/plain), 1.57 KB, created by
Pedro Amorim
on 2023-08-11 13:08:57 UTC
(
hide
)
Description:
Bug 34518: Fix 'Renew all' button in OPAC
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-08-11 13:08:57 UTC
Size:
1.57 KB
patch
obsolete
>From 77117d2734d5d6f5df6658c542142ebd9ae9f557 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Fri, 11 Aug 2023 13:08:15 +0000 >Subject: [PATCH] Bug 34518: Fix 'Renew all' button in OPAC > >Test plan: >- Checkout an item to koha user (42) >- Log-in to OPAC and visit user summary to see check-outs >- Press 'Renew all' button at the bottom, notice it doesn't work. >- Apply patch. Repeat and verify it now works >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >index 2a82506693..d8e944d298 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -564,7 +564,7 @@ > <input type="hidden" name="borrowernumber" value="[% borrowernumber | html %]" /> > [% FOREACH ISSUE IN ISSUES %] > [% IF ISSUE.status %] >- <input type="hidden" name="item" value="[% ISSUE.itemnumber | html %]" /> >+ <input type="hidden" name="issue" value="[% ISSUE.issue_id | html %]" /> > [% END %] > [% END %] > <input type="submit" class="btn btn-primary" value="Renew all" /> >-- >2.30.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 34518
:
154369
|
154412
|
154755