[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 15:27:18 CEST 2012


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

--- Comment #1 from Dobrica Pavlinusic <dpavlin at rot13.org> ---
Created attachment 9877
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9877&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)

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