[Koha-bugs] [Bug 14464] Add ability to cancel waiting holds from checkin screen

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 9 17:43:45 CEST 2015


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

--- Comment #6 from Jesse Weaver <jweaver at bywatersolutions.com> ---
(In reply to Jonathan Druart from comment #5)
> Comment on attachment 40752 [details] [review]
> Bug 14464 -  Add ability to cancel waiting holds from checkin screen
> 
> Review of attachment 40752 [details] [review]:
> -----------------------------------------------------------------
> 
> ::: circ/returns.pl
> @@ +30,5 @@
> >  use strict;
> >  use warnings;
> >  
> > +use Carp 'verbose';
> > +$SIG{ __DIE__ } = sub { Carp::confess( @_ ) };
> 
> Why do you need that?

... because I forgot to remove some debugging code, apologies. That's safe to
remove.

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


More information about the Koha-bugs mailing list