[Koha-bugs] [Bug 36170] New: Wrong warning in memberentry

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 27 09:51:25 CET 2024


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

            Bug ID: 36170
           Summary: Wrong warning in memberentry
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: normal
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: jonathan.druart+koha at gmail.com
          Reporter: jonathan.druart+koha at gmail.com
        QA Contact: testopia at bugs.koha-community.org

-                warn "Patron creation failed! - $@"; # Maybe we must die
instead of just warn

$@ is never set here, we need $_ (inside a try-catch)

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


More information about the Koha-bugs mailing list