https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499
--- Comment #54 from Lari Taskula <[email protected]> --- (In reply to Marcel de Rooy from comment #49) > QA Comment: > Looks good to me overall (see also comment47). Fixed. > +=head3 search > + > +Koha::Patron::Message::Preferences->search_with_message_name({ > + borrowernumber => 123, > + message_name => 'Hold_Filled', > +}); > Wrong POD header Fixed. Also cleaned commit message. I set it to Needs Signoff again as I added a new test changed the functionality of $patron->set_default_messaging_preferences to delete any previous preferences (this is expected behaviour; before this fix it would throw an exception). -- You are receiving this mail because: 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/
