Bugzilla – Attachment 154412 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.63 KB, created by
Lucas Gass (lukeg)
on 2023-08-14 16:40:12 UTC
(
hide
)
Description:
Bug 34518: Fix 'Renew all' button in OPAC
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-08-14 16:40:12 UTC
Size:
1.63 KB
patch
obsolete
>From d2507ec9d769c0cd76904c4fd2e644c72c042843 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 > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > 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