17 May
2016
17 May
'16
3:56 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16532 --- Comment #4 from Owen Leonard <oleonard@myacpl.org> ---
Even with no libraries defined, "[% IF libraries.size %]" always evaluates as true. Why?
Jonathan explained to me in IRC that because "libraries" is an object (from Koha::Libraries) we should use "count" instead: [% IF libraries.count %]... -- You are receiving this mail because: You are watching all bug changes.