[Koha-bugs] [Bug 15632] Move the messages related code to Koha::Patron::Messages

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 2 19:27:45 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15632

Marc Véron <veron at veron.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |veron at veron.ch

--- Comment #14 from Marc Véron <veron at veron.ch> ---
I get an error in circ/del_message.pl line 26:

Can't locate Koha/Patrons/Messages.pm in @INC (@INC contains:
/usr/share/kohaclone /etc/perl /usr/local/lib/perl/5.14.2
/usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14
/usr/share/perl/5.14 /usr/local/lib/site_perl .) at
/usr/share/kohaclone/circ/del_message.pl line 26.
BEGIN failed--compilation aborted at /usr/share/kohaclone/circ/del_message.pl
line 26.

The line should read 
use Koha::Patron::Messages; ( instead of use Koha::Patrons::Messages; )

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list