[Koha-bugs] [Bug 19746] New: Debug statements are left in returns.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 4 20:07:43 CET 2017


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

            Bug ID: 19746
           Summary: Debug statements are left in returns.pl
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: minor
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: jonathan.druart at bugs.koha-community.org
          Reporter: jonathan.druart at bugs.koha-community.org
        QA Contact: testopia at bugs.koha-community.org
        Depends on: 14464

>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


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14464
[Bug 14464] Add ability to cancel waiting holds from checkin screen
-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list