Bugzilla – Attachment 58053 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.42 KB, created by
Nick Clemens (kidclamp)
on 2016-12-08 19:55:52 UTC
(
hide
)
Description:
Bug 17749 - Missing l in '.pl' in link on waitingreserves.tt
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2016-12-08 19:55:52 UTC
Size:
1.42 KB
patch
obsolete
>From 8b171b24e1c8085e0198c9ef3a51f3d9cbbb5810 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 %] >--- > 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.1.4
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