[Koha-bugs] [Bug 4210] Acquisitions suggestion templates have library name field, but data is not passed

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Thu Feb 25 18:55:52 CET 2010


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4210





--- Comment #4 from Jane Wagner <jwagner at 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.



More information about the Koha-bugs mailing list