[Koha-bugs] [Bug 33069] File download from list in OPAC gives error

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 3 15:48:24 CEST 2023


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

kevin.ayrault87 at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kevin.ayrault87 at gmail.com

--- Comment #2 from kevin.ayrault87 at gmail.com ---
I have the same error and after check the code, i see maybe the correction. 
In line 93, there is an extra "->" after "record" in my opinion. 
When I replace the line "my $record = $biblio->metadata->record->(" with "my
$record = $biblio->metadata->record(", the download works.

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


More information about the Koha-bugs mailing list