http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12304
--- Comment #1 from Katrin Fischer <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
