[Koha-bugs] [Bug 26137] New: Warn on malformed param on log viewer (viewlog.pl)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 4 21:24:34 CEST 2020


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

            Bug ID: 26137
           Summary: Warn on malformed param on log viewer (viewlog.pl)
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Staff Client
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com

In bug 25893 I noticed a warn when loading log viewer.

After some investigation I believe it comes from:
 94     subscriptionsnumber => CountSubscriptionFromBiblionumber(scalar
$input->param('object')),

This may not return a value, if we don't have an object - when it doesn't we
get a warn

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


More information about the Koha-bugs mailing list