http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10005
--- Comment #3 from M. Tompsett <[email protected]> --- Comment on attachment 40990 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40990 Bug 10005: Inventory - Add an option to not check in items Review of attachment 40990: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=10005&attachment=40990) ----------------------------------------------------------------- ::: 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? -- 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/
