[Koha-bugs] [Bug 3941] Notices Tab on Patron Records Showing All Msgs

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Tue May 18 18:22:15 CEST 2010


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





--- Comment #2 from Mike <barrem01 at 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.



More information about the Koha-bugs mailing list