[Koha-bugs] [Bug 12304] Creating a user via LDAP doesn't populate message preferences

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 21 16:09:59 CEST 2014


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

--- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Looking at the code and with Martin's help I think adding this after the
AddMember call in the LDAP code could solve the problem:

C4::Members::Messaging::SetMessagingPreferencesFromDefaults( { borrowernumber
=> $borrower{'borrowernumber'}, categorycode => $borrower{'categorycode'} } );

Untested so far.

-- 
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