http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15209

            Bug ID: 15209
           Summary: C4::Koha routines  expecting a MARC::Record object
                    should check it is defined
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: MARC Bibliographic data support
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

This came to light when trying to get plack opac running. A number of routines
in C4::Koha return various identifiers from the marc record but do not check it
is valid before calling methods on it. The resulting errors cause the plack
instance to abort. It is good practice to handle these errors with minimum
inconvenience to the user

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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