12 Jan
2022
12 Jan
'22
7:13 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29807 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m --- Comment #9 from Fridolin Somers <fridolin.somers@biblibre.com> --- + } else { + @libraries = Koha::Libraries->search( { pickup_location => 1 }, { order_by => ['branchname'] } ) + unless @libraries; Do we still need "unless @libraries" ? -- You are receiving this mail because: You are watching all bug changes.