https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15765

--- Comment #5 from Chris Nighswonger <[email protected]> ---
(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.
_______________________________________________
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