[Koha-bugs] [Bug 19873] Make it possible to search on value 0

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 22 15:35:35 CET 2017


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

--- Comment #2 from Fridolin SOMERS <fridolin.somers at biblibre.com> ---
+ original_operand => ($operands[$i] ne '') ? $operands[$i] : '',

I think it could be more pretty :

+ original_operand => $operands[$i] // '',

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list