8 Jan
2022
8 Jan
'22
1:31 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29454 --- Comment #7 from Fridolin Somers <fridolin.somers@biblibre.com> --- Maybe add an early return q{} if itemtypecode is undefined, to avoid warning in concatenation : my $cache_key = $want_parent ? "Itemtype_parent_description:".$itemtypecode : "Itemtype_description:" . $itemtypecode; -- You are receiving this mail because: You are watching all bug changes.