Bug 12635

Summary: Course reserves item list should use "Checked out" instead of "On Loan"
Product: Koha Reporter: Owen Leonard <oleonard>
Component: Course reservesAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: robert.higgins, tomascohen, veron
Version: Main   
Hardware: All   
OS: All   
URL: /cgi-bin/koha/course_reserves/course-details.pl?course_id=X
Change sponsored?: --- Patch complexity: String patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 12635 - Course reserves item list should use "Checked out" instead of "On Loan"
[Signed-off] Bug 12635 - Course reserves item list should use "Checked out" instead of "On Loan"
[PASSED QA] Bug 12635 - Course reserves item list should use "Checked out" instead of "On Loan"

Description Owen Leonard 2014-07-23 13:46:34 UTC
Koha uses the phrase "checked out" in the default en translation instead of "on loan."

Also incorrect: Capitalization of "Item Lost."
Comment 1 Robert Higgins 2014-07-25 03:03:41 UTC
Can't replicate. Please add replication steps.
Comment 2 Katrin Fischer 2014-07-27 19:02:51 UTC
I think the problem is a missing step-by-step that would be helpful for testers without knowledge of the course reserves module. I am switching back to new - in discussion is more for general disagreements about the approach of a fix or similar.
Comment 3 Owen Leonard 2014-07-29 19:10:34 UTC Comment hidden (obsolete)
Comment 4 Marc Véron 2014-07-30 06:07:07 UTC Comment hidden (obsolete)
Comment 5 Katrin Fischer 2014-07-30 21:01:38 UTC
Created attachment 30357 [details] [review]
[PASSED QA] Bug 12635 - Course reserves item list should use "Checked out" instead of "On Loan"

When viewing the list of items on a course reserve list, if the item is
checked out it is indicated by the phrase "On Loan." The default
templates should always use "checked out" instead of "on loan." Also
corrected: the capitalization of "Item Lost."

To test, Course Reserves must be enabled and you must have an existing
course reserves with items on it, one of which should be checked out.
View the list of items on that Course Reserve and confirm that the table
says "Checked out."

Table in staff client displays "Checked out" / "Item lost"
Signed-off-by: Marc Véron <veron@veron.ch>

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
String change, no problems found.
Comment 6 Tomás Cohen Arazi (tcohen) 2014-08-07 14:59:48 UTC
Patch pushed to master.

Thanks Owen!