Bug 6633

Summary: Self Checkout Return Item button disappeared Renew Item button doesn't work
Product: Koha Reporter: librarian
Component: Self checkoutAssignee: Ian Walls <koha.sekjal>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: normal    
Priority: P5 - low CC: chris, nengard
Version: 3.4   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Screen dump Self Checkout bug
Proposed Patch
[SIGNED-OFF] Bug 6633: SCO return button doesn't work

Description librarian 2011-07-26 17:26:51 UTC
Created attachment 4742 [details]
Screen dump Self Checkout bug

Release 3.4.2 Self Checkout
The Return Item button does not display next to the list of book currently checked out.
The Renew Item button returns the user to the Self Checkout login page without renewing the item.
I posted this fault in the forum here: http://koha.1045719.n5.nabble.com/Self-Checkout-System-Return-Items-td4623842.html and it was suggested I logged a fault.
Comment 1 Ian Walls 2011-07-26 18:29:05 UTC
Looks like a Template::Toolkit issue...
Comment 2 Ian Walls 2011-09-27 18:12:29 UTC Comment hidden (obsolete)
Comment 3 Nicole C. Engard 2011-09-29 16:18:15 UTC
Created attachment 5643 [details] [review]
[SIGNED-OFF] Bug 6633: SCO return button doesn't work

A template toolkit scope issue was preventing the Renew button from working properly, as well as displaying
the fines column even if no fines column header was displaying.

This patch adjusts the scope of several T:T variables on the sco-main template to fix this

Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Comment 4 Ian Walls 2011-09-29 17:40:03 UTC
Template only change adjusting scope; marking as Passed QA (unless anyone objects)
Comment 5 Chris Cormack 2011-09-29 20:33:34 UTC
Pushed please test