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@gmail.com Reporter: veron@veron.ch QA Contact: testopia@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.