[Koha-bugs] [Bug 8178] circ/circulation.pl under plack duplicates checkout rows

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 1 17:45:37 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8178

Dobrica Pavlinusic <dpavlin at rot13.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #9877|0                           |1
        is obsolete|                            |

--- Comment #2 from Dobrica Pavlinusic <dpavlin at rot13.org> ---
Created attachment 9885
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9885&action=edit
Bug 8178 - circ/circulation.pl under plack duplicates checkout rows

Bug 7851 introduced our scoping for vairables, unfortunatly it has
side-effect that checkout rows accumulate on page reloads instead
of being initialized to empty array (which this patch fixes)

This also fixes %renew_failed initialization on each request.

Test scenario:
1. start intranet under plack
2. open /cgi-bin/koha/circ/circulation.pl and reload page few time
   confirming that rows gets duplicated
3. apply patch and reload page to verify that it works

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list