http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8178 --- Comment #1 from Dobrica Pavlinusic <dpavlin@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.