Bugzilla – Attachment 58109 Details for
Bug 17749
Missing l in '.pl' in link on waitingreserves.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17749 - Missing l in '.pl' in link on waitingreserves.tt
Bug-17749---Missing-l-in-pl-in-link-on-waitingrese.patch (text/plain), 1.56 KB, created by
Jonathan Druart
on 2016-12-12 11:10:15 UTC
(
hide
)
Description:
Bug 17749 - Missing l in '.pl' in link on waitingreserves.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-12-12 11:10:15 UTC
Size:
1.56 KB
patch
obsolete
>From b4c4a05d16335ad9ec6c626ad23117ecf2a262bb Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 8 Dec 2016 19:41:33 +0000 >Subject: [PATCH] Bug 17749 - Missing l in '.pl' in link on waitingreserves.tt > >Fixes a small typo introduced by Bug 17010 > >waitingreserves.p#[% tab %] > >should be > >waitingreserves.pl#[% tab %] > >Signed-off-by: Benjamin Rokseth <benjamin.rokseth@kul.oslo.kommune.no> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt >index 6840c00..4c242af 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt >@@ -51,7 +51,7 @@ > <p><strong>[% nextreservtitle %]</strong> is on hold for <strong> [% nextreservsurname %], [% nextreservfirstname %]</strong>. > Please retain this item and check it in to process the hold. > </p> >- <form name="cancelReservewithtransfert" action="waitingreserves.p#[% tab %]" method="post"> >+ <form name="cancelReservewithtransfert" action="waitingreserves.pl#[% tab %]" method="post"> > <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> OK</button> > </form> > </div> >-- >2.9.3
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 17749
:
58053
| 58109