Bugzilla – Attachment 36721 Details for
Bug 13804
Returns via the checkouts tables uses the phrase "Returned" rather than "Checked in"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[Signed-off] Bug 13804 - Returns via the checkouts tables uses the phrase "Returned" rather than "Checked in"
Signed-off-Bug-13804---Returns-via-the-checkouts-t.patch (text/plain), 1.45 KB, created by
Marc Véron
on 2015-03-06 17:00:13 UTC
(
hide
)
Description:
[Signed-off] Bug 13804 - Returns via the checkouts tables uses the phrase "Returned" rather than "Checked in"
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2015-03-06 17:00:13 UTC
Size:
1.45 KB
patch
obsolete
>From 04b5903c2fb83dbb6458616930341e0fb20c1320 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 6 Mar 2015 11:08:41 +0100 >Subject: [PATCH] [Signed-off] Bug 13804 - Returns via the checkouts tables > uses the phrase "Returned" rather than "Checked in" >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Test plan: >1) Apply this patch >2) Return an item via the checkouts table >3) Note the left most column now reads "Checked in" rather than "Returned" > >Followed test plan. Works as expected. >Signed-off-by: Marc Véron <veron@veron.ch> >--- > koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js >index 65cf43d..e8f6f44 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js >@@ -66,7 +66,7 @@ $(document).ready(function() { > if ( data.returned ) { > content = CIRCULATION_RETURNED; > $(id).parent().parent().addClass('ok'); >- $('#date_due_' + data.itemnumber).html(_("Returned")); >+ $('#date_due_' + data.itemnumber).html(CIRCULATION_RETURNED); > } else { > content = CIRCULATION_NOT_RETURNED; > $(id).parent().parent().addClass('warn'); >-- >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 13804
:
36664
|
36667
|
36721
|
36760