Bugzilla – Attachment 36664 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.26 KB, created by
Kyle M Hall (khall)
on 2015-03-06 10:09:39 UTC
(
hide
)
Description:
Bug 13804 - Returns via the checkouts tables uses the phrase "Returned" rather than "Checked in"
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-03-06 10:09:39 UTC
Size:
1.26 KB
patch
obsolete
>From 82ce517b4f2b8b7efa2c60bec948ceae666c7141 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" > >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" >--- > 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..11599a8 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(_("Checked in")); > } 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