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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]

From the moremember.pl page, if you try to add a patron to a list via "Add
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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