http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10005 --- Comment #4 from Jonathan Druart <jonathan.druart@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.