https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15765 --- Comment #5 from Chris Nighswonger <cnighswonger@foundations.edu> --- (In reply to Heinrich Hartl from comment #2)
I tried to make clear that a borrower number entered is not yet validated (existing borrower?). For this reason borrower numbers are no better than barcodes, both need validation.
Maybe I'm misunderstanding what you mean by "not validated" in the context above. But the way in which borrowers are added to a batch is by selecting them from patron search results. Because of this, one cannot add a "non-existent" borrower number to a batch. If you attempt to add an "invalid" borrower number via cgi call such as this: cgi-bin/koha/patroncards/edit-batch.pl?borrower_number=10000&batch_id=738&op=add The script will return an error like the one on the attached screen shot. However, adding the patron barcode to the batch display should be straightforward. -- You are receiving this mail because: You are watching all bug changes.