Bugzilla – Attachment 46936 Details for
Bug 15614
Spelling mistake in circ/pendingreserves.tt: Fullfilled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15614 - spelling mistake ~/Koha/koha-tmpl/intranet-tmpl/prog/en//circ/pendingreserves.tt:137: Fullfilled ==> Fulfilled
Bug-15614---spelling-mistake-Kohakoha-tmplintranet.patch (text/plain), 1.38 KB, created by
Chloe Alabaster
on 2016-01-19 20:43:03 UTC
(
hide
)
Description:
Bug 15614 - spelling mistake ~/Koha/koha-tmpl/intranet-tmpl/prog/en//circ/pendingreserves.tt:137: Fullfilled ==> Fulfilled
Filename:
MIME Type:
Creator:
Chloe Alabaster
Created:
2016-01-19 20:43:03 UTC
Size:
1.38 KB
patch
obsolete
>From 206d448986fb6b814e5350bb8b20068129e993c7 Mon Sep 17 00:00:00 2001 >From: Chloe <chloealabaster@gmail.com> >Date: Tue, 19 Jan 2016 20:40:34 +0000 >Subject: [PATCH] Bug 15614 - spelling mistake > ~/Koha/koha-tmpl/intranet-tmpl/prog/en//circ/pendingreserves.tt:137: > Fullfilled ==> Fulfilled > >To Test: > >Check if "fullfilled" has been changed to "fulfilled" in line 137 >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >index 662926d..cda5566 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >@@ -134,7 +134,7 @@ $(document).ready(function() { > <td>[% AuthorisedValues.GetByCode('LOC', reserveloo.location) %]</td> > <td> > <span title="[% reserveloo.reservedate %]">[% reserveloo.reservedate | $KohaDates %] in [% Branches.GetName ( reserveloo.branch ) %]</span> >- [% IF ( reserveloo.statusw ) %]<p>Waiting</p>[% END %][% IF ( reserveloo.statusf ) %]<p>Fullfilled</p>[% END %] >+ [% IF ( reserveloo.statusw ) %]<p>Waiting</p>[% END %][% IF ( reserveloo.statusf ) %]<p>Fulfilled</p>[% END %] > </td> > </tr> > [% END %] >-- >1.7.10.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 15614
:
46936
|
47009
|
47019