[Bug 2490] New: Add books interface errors on search
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2490 Summary: Add books interface errors on search Product: Koha Version: HEAD Platform: PC URL: http://staff-ets.dev.kohalibrary.com/cgi- bin/koha/cataloguing/addbooks.pl?q=export OS/Version: All Status: NEW Severity: normal Priority: P3 Component: Cataloging AssignedTo: galen.charlton@liblime.com ReportedBy: joe.atzberger@liblime.com QAContact: koha-bugs@lists.koha.org If you search for anything at addbooks, the pagination message gets hairy: ARRAY(0x93f9974) result(s) found in catalog, 0 result(s) found in reservoir << < 1 2 3 ... 7758150 > >> Clicking on the 7758150th page yields no results, but gives a clue inasmuch as it extends the max another 4 pages: ARRAY(0x93f99bc) result(s) found in catalog, 0 result(s) found in reservoir << < 1 ... 7758148 7758149 7758150 7758151 7758152 ... 7758154 > >> The first count needs a scalar(@array) instead of @array populating the template variable. Not sure about the other problems. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
participants (1)
-
bugzilla-daemon@pippin.metavore.com