https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33069
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] --- Comment #4 from Katrin Fischer <[email protected]> --- (In reply to Kévin AYRAULT from comment #2) > 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. Thank you! This was the problem, with the change the error is gone :) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
