[Koha-bugs] [Bug 17411] New: Change exit 1 to exit 0 in acqui/ basket.pl to prevent Internal Server Error

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 6 14:36:09 CEST 2016


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

            Bug ID: 17411
           Summary: Change exit 1 to exit 0 in acqui/basket.pl to prevent
                    Internal Server Error
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: gmcharlt at gmail.com
          Reporter: veron at veron.ch
        QA Contact: testopia at bugs.koha-community.org

In acqui/basket.pl line 236, the statement exit 1 is most likely to lead to an
Internal Server Error. It should be exit 0.

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


More information about the Koha-bugs mailing list