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

--- Comment #68 from Marcel de Rooy <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to