[Koha-bugs] [Bug 13602] Username/password already exists when editing borrower attributes and messaging preferences

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 21 13:36:05 CET 2015


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

Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #35404|0                           |1
        is obsolete|                            |

--- Comment #4 from Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi> ---
Created attachment 35435
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35435&action=edit
Bug 13602 - Username/password already exists when editing borrower attributes
and messaging preferences

When editing a Patron's messaging preferences or borrower attributes, one
cannot
save changes because 'userid' is not given as a parameter.

It shouldn't, but the
Check_Userid($newdata{'userid'},$borrowernumber) -check must have it.

AFTER THIS PATCH:
Check_Userid() get the $userid from the new parameters, or if not present, from
the koha.borrowers-table.

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


More information about the Koha-bugs mailing list