[Koha-bugs] [Bug 11759] Batch checkout

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 20 15:57:37 CEST 2015


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

--- Comment #68 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
QA Comment:
I am passing qa on this patch set, but it is not completely without some
doubts.
I saw some minor details needing attention (spelling, warning, count) but the
functionality point below could be a discussion on itself..

Functionality: We also have something similar in Offline circulation. You can
checkin, checkout etc. with koc files. 

Spelling:  Allow patron categories allowed
Idem: Breadcrumbs:  Checkouts a batch

Warning: Note that adding batch=1 to the URL does not imply that there is a
borrowernumber
circulation.pl: Use of uninitialized value in regexp compilation at
/home/koha/testclone/circ/circulation.pl line 120.

@$barcodes = $query->param('barcodes');
/cgi-bin/koha/circ/circulation.pl?borrowernumber=4&barcodes=1&barcodes=2
This results in "1 checkouts" tab with 2 entries (!!)

Passed QA

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


More information about the Koha-bugs mailing list