http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4210 --- Comment #4 from Jane Wagner <jwagner@ptfs.com> 2010-02-25 17:55:51 --- Wrong place -- thanks to hdl_laptop on the IRC. It should be added in Suggestions.pm under the EnqueueLetter section: my $enqueued = C4::Letters::EnqueueLetter({ letter=>$letter, borrowernumber=>$suggestion->{suggestedby}, suggestionid=>$suggestion->{suggestionid}, LibraryName => C4::Context->preference("LibraryName"), msg_transport_type=>'email' }); I'll do a patch. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.