[Koha-bugs] [Bug 17480] UpdateNotForLoanStatusOnCheckin preference requires space after colon

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 22 11:02:55 CET 2023


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

--- Comment #6 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
($@ ? " : $@" || "");
should be
($@ ? " : $@" : "");

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


More information about the Koha-bugs mailing list