From the moremember.pl page, if you try to add a patron to a list via "Add
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39536 Bug ID: 39536 Summary: "Add patron to list" silently fails if patron does not have cardnumber Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Patrons Assignee: koha-bugs@lists.koha-community.org Reporter: dcook@prosentient.com.au QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com patron to list", it will silently fail if the patron does not have a cardnumber. This is particularly wild, because the patron_list_id and borrowernumber are sent in the request. But "patrons_to_add" is empty because there's no cardnumber. Koha::List::Patron::AddPatronsToList actually supports both borrowernumber and cardnumber, so it should actually be a fairly easy fix in theory. But we'd have to be careful about making the change to be clear across the board... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.