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

--- Comment #47 from Marcel de Rooy <[email protected]> ---
+        { borrowernumber => $self->borrowernumber, status => { '!=' =>
['CANCELED','COMPLETED'] } },

[2021/08/31 12:59:03] [WARN] SQL::Abstract::belch():
[SQL::Abstract::_where_field_op_ARRAYREF] Warning: A multi-element arrayref as
an argument to the inequality op '!=' is technically equivalent to an
always-true 1=1 (you probably wanted to say ...{ $inequality_op => [ -and =>
@values ] }... instead) at /usr/share/koha/Koha/Objects.pm line 601

Will fix this in a follow-up. No worries.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to