28 Jun
2017
28 Jun
'17
2:20 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18870 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy@rijksmuseum.nl --- Comment #3 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Aleisha, This needs a scalar: return Koha::Club::Templates->find( $self->club_template_id() ); So: return scalar Koha::Club::Templates->find( $self->club_template_id() ); See also bug 18179 (incl. comment43) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.