[Koha-bugs] [Bug 13602] New: 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
Tue Jan 20 15:41:54 CET 2015


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

            Bug ID: 13602
           Summary: Username/password already exists when editing borrower
                    attributes and messaging preferences
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Patrons
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: olli-antti.kivilahti at jns.fi
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

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() is not called when modifying or saving partial borrower
properties.

Userid is changed using a separate module.

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


More information about the Koha-bugs mailing list