21 May
2014
21 May
'14
3:09 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12304 --- Comment #1 from Katrin Fischer <katrin.fischer@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.