Summary: | Self Checkout Return Item button disappeared Renew Item button doesn't work | ||
---|---|---|---|
Product: | Koha | Reporter: | librarian |
Component: | Self checkout | Assignee: | 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: | ||
Circulation function: | |||
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
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 |