https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32256 Andrew Fuerste-Henry <andrewfh@dubcolib.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #32 from Andrew Fuerste-Henry <andrewfh@dubcolib.org> --- (In reply to Aleisha Amohia from comment #31) As Aleisha says, the sysprefs here existed before this feature and apply to both staff checkout and self-check. I agree that customizable delimiters make sense as a feature to be added down the road, but would hate to see this enhancement stall out over it now.
Finally.. and the main reason I'm failing QA now.. if you list good and bad barcodes the failure is silent if it's not the first barcode happens to pass.. we should be listing all info/warning/blockers for each barcode that returns a problem.
I have addressed this in follow-up.
I'm not sure this follow-up is addressing the issue raised. With this new patch this is what I see: - enable BatchCheckouts, but no categories in BatchCheckoutsValidCategories - Have barcodes 1,2,3 that allow checkout, barcodes A,B,C that are not for loan - log into SCO with a patron, enter a valid barcode followed by an invalid barcode (1, A). Item 1 checks out correctly, but Koha says "Please check out the following items individually: A" -- This is inaccurate as A doesn't exist, cannot be checked out at all - log into SCO with another patron, enter an invalid barcode followed by a valid barcode (B, 2). Neither item checks out. Koha accurately reports that B is not a known item and says 2 must be checked out individually - return your items, enable a patron category in BatchCheckoutsValidCategories - log into SCO with a patron in the category you've allowed to use batch checkouts - Enter a valid barcode followed by an invalid barcode (1, A). Item 1 checks out, Koha makes no mention of item A. This behavior appears unchanged. Your new patch appears to apply only to patrons who are not allowed batch checkout? -- You are receiving this mail because: You are watching all bug changes.