[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
Sat Jun 9 17:04:18 CEST 2012


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

Alex Arnaud <alex.arnaud at biblibre.com> changed:

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

--- Comment #3 from Alex Arnaud <alex.arnaud at biblibre.com> ---
Created attachment 10038
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10038&action=edit
[Signed-off] 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

Signed-off-by: Alex Arnaud <alex.arnaud at biblibre.com>

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


More information about the Koha-bugs mailing list