[Koha-bugs] [Bug 24215] Warnings about guarantor relationships show ARRAY errors

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 11 20:50:30 CET 2019


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org

--- Comment #3 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
+    my $wrong_relationships = [ grep { !$valid_relationships{ $_->[0] } }
@{$existing_relationships} ];
+    if ( $wrong_relationships or $bad_relationships_count ) {

I am expecting this condition to be always true (ARRAYREF)

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


More information about the Koha-bugs mailing list