http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3941 --- Comment #2 from Mike <barrem01@yahoo.com> 2010-05-18 16:22:14 --- Created an attachment (id=1911) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=1911) Solution for "all notices" problem? This it the first time I've suggested a patch, so I'd like to have someone confirm I've done it properly. /usr/share/koha/intranet/cgi-bin/members$ diff notices.back.pl notices.pl 52c52 < my $queued_messages = C4::Letters::GetQueuedMessages({$borrowernumber}); ---
my $queued_messages = C4::Letters::GetQueuedMessages({'borrowernumber' => $borrowernumber});
-- 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.