[Koha-bugs] [Bug 8035] bibs with comments show an error in opac

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 8 14:35:07 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8035

Nicole C. Engard <nengard at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #9452|0                           |1
        is obsolete|                            |

--- Comment #2 from Nicole C. Engard <nengard at gmail.com> ---
Created attachment 9453
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9453&action=edit
[SIGNED-OFF] Bug 8035 - bibs with comments show an error in opac

If a record has any approved comments, viewing the record
details in the opac will error out with the following
message:

Undefined subroutine &main::format_date called at
/home/load02/kohaclone/opac/opac-detail.pl line 654.

This is caused by a use of C4::Dates::format_date
without adding a use call to the head of the file.

One line fix, adds 'use C4::Dates qw(format_date);'
to the head of the file.

Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>

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


More information about the Koha-bugs mailing list