[Koha-bugs] [Bug 29454] Stash itemtypes in plugin objects to reduce DB calls

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jan 8 02:31:35 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29454

--- Comment #7 from Fridolin Somers <fridolin.somers at 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.


More information about the Koha-bugs mailing list