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

--- Comment #5 from Jonathan Druart <[email protected]> ---
Comment on attachment 40752
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40752
Bug 14464 -  Add ability to cancel waiting holds from checkin screen

Review of attachment 40752:
 --> 
(http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=14464&attachment=40752)
-----------------------------------------------------------------

::: circ/returns.pl
@@ +30,5 @@
>  use strict;
>  use warnings;
>  
> +use Carp 'verbose';
> +$SIG{ __DIE__ } = sub { Carp::confess( @_ ) };

Why do you need that?

-- 
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