3 May
2023
3 May
'23
3:48 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33069 kevin.ayrault87@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kevin.ayrault87@gmail.com --- Comment #2 from kevin.ayrault87@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.