Bugzilla – Attachment 52492 Details for
Bug 16534
Error when checking out already checked out item (depending on AllowReturnToBranch)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16534: (followup) Correct tiny typo
Bug-16534-followup-Correct-tiny-typo.patch (text/plain), 1.11 KB, created by
Kyle M Hall (khall)
on 2016-06-17 16:31:20 UTC
(
hide
)
Description:
Bug 16534: (followup) Correct tiny typo
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-06-17 16:31:20 UTC
Size:
1.11 KB
patch
obsolete
>From adefa03f1b548956f16caf505389f46984f8fd0f Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Mon, 23 May 2016 07:48:10 +0200 >Subject: [PATCH] Bug 16534: (followup) Correct tiny typo > >This patch corrects "...must be return..." to "must be returned..." > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index 9ddcc2f..bd0c861 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -536,7 +536,7 @@ $(document).ready(function() { > [% END %] > > [% IF RETURN_IMPOSSIBLE %] >- <li>This item must be return to [% Branches.GetName( branch_to_return ) %].</li> >+ <li>This item must be returned to [% Branches.GetName( branch_to_return ) %].</li> > [% END %] > > [% IF ( USERBLOCKEDWITHENDDATE ) %] >-- >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 16534
:
51687
|
51697
|
51698
|
51699
|
51700
|
51706
|
51707
|
51708
|
51709
|
51710
|
52487
|
52488
|
52489
|
52490
|
52491
| 52492 |
52493