[Koha-bugs] [Bug 14067] 500 error when deleting patrons

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 11 18:02:59 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14067

Arturo <library at sll.texas.gov> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |library at sll.texas.gov

--- Comment #6 from Arturo <library at sll.texas.gov> ---
Our library is experiencing this bug, and to add a little more insight, even
though the DB 'cardnumber' field is nullable, we've set our
BorrowerMandatoryField sys pref to require a value for the 'cardnumber' field.
In our case, we allow self-registrations, and during the self-registration
process, a card number is not automatically generated -- we manually add that
in later once we review each self-registration. So when we come across a
self-registered patron during our workflow whose account we need to delete, we
get this error since we are trying to delete the account and it does not have
one of the required fields.

In other words, I don't think this bug involves a SQL error -- perhaps it is
needlessly running a check on required fields before deleting the account?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list