[Koha-bugs] [Bug 10005] inventory checks items in without warning

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 4 08:43:51 CEST 2015


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

--- Comment #4 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to M. Tompsett from comment #3)
> Comment on attachment 40990 [details] [review]
> Bug 10005: Inventory - Add an option to not check in items
> 
> Review of attachment 40990 [details] [review]:
> -----------------------------------------------------------------
> 
> ::: tools/inventory.pl
> @@ +218,5 @@
> > +                        if ($doreturn){
> > +                            push @errorloop, {'barcode'=>$barcode,'ERR_ONLOAN_RET'=>1}
> > +                        } else {
> > +                            push @errorloop, {'barcode'=>$barcode,'ERR_ONLOAN_NOT_RET'=>1}
> > +                        }
> 
> This unless statement merely doesn't check them in. Where's the warning as
> requested in comment #1?

I don't get it.
Did you test the patch?

>From the description;
"I think the problem here is that there is no warning or way to tell Koha to
not check the items in"
I have chosen the second way and added a checkbox.

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


More information about the Koha-bugs mailing list