Bugzilla – Attachment 186405 Details for
Bug 40803
Users cannot renew overdue items from 'Overdue' tab in account
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40803: Remove two unused parameter
Bug-40803-Remove-two-unused-parameter.patch (text/plain), 2.67 KB, created by
Jonathan Druart
on 2025-09-15 14:09:41 UTC
(
hide
)
Description:
Bug 40803: Remove two unused parameter
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-09-15 14:09:41 UTC
Size:
2.67 KB
patch
obsolete
>From 968df020e50ab025a7f697312cd00e2b7ba844f9 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 15 Sep 2025 16:09:15 +0200 >Subject: [PATCH] Bug 40803: Remove two unused parameter > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 11 +---------- > 1 file changed, 1 insertion(+), 10 deletions(-) > >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 9de01d19fd3..27d287c20b2 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -423,16 +423,7 @@ > [% IF ( ISSUE.status ) %] > [% IF ( canrenew ) %] > <input type="checkbox" name="issue" value="[% ISSUE.issue_id | uri %]" /> >- <a >- class="submit-form-link" >- href="#" >- data-method="post" >- data-action="/cgi-bin/koha/opac-renew.pl?from=opac_user" >- data-issue="[% ISSUE.issue_id | html %]" >- data-borrowernumber="[% ISSUE.borrowernumber | html %]" >- data-op="cud-renew" >- >Renew</a >- > >+ <a class="submit-form-link" href="#" data-method="post" data-action="/cgi-bin/koha/opac-renew.pl" data-issue="[% ISSUE.issue_id | html %]" data-op="cud-renew">Renew</a> > [% END %] > [% IF ISSUE.renewalfee > 0 %] > <span class="renewalfee badge text-bg-warning">Fee for item type '[% ItemTypes.GetDescription( ISSUE.renewalitemtype) | html %]': [% ISSUE.renewalfee | $Price %]</span> >-- >2.34.1
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 40803
:
186387
|
186391
|
186404
| 186405