Summary: | Debug statements are left in returns.pl | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Architecture, internals, and plumbing | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | dcook, josef.moravec, julian.maurice, nick, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 14464 | ||
Bug Blocks: | |||
Attachments: |
Bug 19746: Remove debug statements in returns.pl
Bug 19746: Remove debug statements in returns.pl Bug 19746: Remove debug statements in returns.pl |
Description
Jonathan Druart
2017-12-04 19:07:43 UTC
Created attachment 69491 [details] [review] Bug 19746: Remove debug statements in returns.pl From bug commit bb6277ffcc593685554112d770ac273c9efeda33 Bug 14464: Add ability to cancel waiting holds from checkin screen +use Carp 'verbose'; +$SIG{ __DIE__ } = sub { Carp::confess( @_ ) }; See also http://lists.koha-community.org/pipermail/koha-devel/2017-November/044168.html Test plan: Read the changes and make sure they make sense Created attachment 69506 [details] [review] Bug 19746: Remove debug statements in returns.pl From bug commit bb6277ffcc593685554112d770ac273c9efeda33 Bug 14464: Add ability to cancel waiting holds from checkin screen +use Carp 'verbose'; +$SIG{ __DIE__ } = sub { Carp::confess( @_ ) }; See also http://lists.koha-community.org/pipermail/koha-devel/2017-November/044168.html Test plan: Read the changes and make sure they make sense Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Created attachment 69650 [details] [review] Bug 19746: Remove debug statements in returns.pl From bug commit bb6277ffcc593685554112d770ac273c9efeda33 Bug 14464: Add ability to cancel waiting holds from checkin screen +use Carp 'verbose'; +$SIG{ __DIE__ } = sub { Carp::confess( @_ ) }; See also http://lists.koha-community.org/pipermail/koha-devel/2017-November/044168.html Test plan: Read the changes and make sure they make sense Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> Pushed to master for 18.05, thanks to everybody involved! Awesome work all! Pushed to stable for 17.11.01 |