5 Nov
2019
5 Nov
'19
11:19 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23050 --- Comment #19 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Matthias Meusburger from comment #18)
Tomás, didn't you forgot to "use Try::Tiny;" in catalogue/detail.pl for your last patch? (attachment 95013 [details] [review])
Without the use statement, I get the following error when trying to display content:
Can't locate object method "catch" via package "1" (perhaps you forgot to load "1"?) at /home/koha/src/catalogue/detail.pl line 89.
With the use statement, it works properly.
I did -- You are receiving this mail because: You are watching all bug changes.