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.
Looks like a Template::Toolkit issue...
Created attachment 5619 [details] [review] Proposed Patch Fixes template toolkit scope issues leading to renewal button breakage and fines column display (when no fines columner header displayed)
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>
Template only change adjusting scope; marking as Passed QA (unless anyone objects)
Pushed please test