Bugzilla – Attachment 36760 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]
Bug 13804 - Returns via the checkouts tables uses the phrase "Returned" rather than "Checked in"
Bug-13804---Returns-via-the-checkouts-tables-uses-.patch (text/plain), 1.49 KB, created by
Jonathan Druart
on 2015-03-10 11:18:08 UTC
(
hide
)
Description:
Bug 13804 - Returns via the checkouts tables uses the phrase "Returned" rather than "Checked in"
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-03-10 11:18:08 UTC
Size:
1.49 KB
patch
obsolete
>From 4e8cfc89ff855f75f5b53153cf6b8ba46c2d1f67 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] 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> > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > 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'); >-- >2.1.0
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