http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11405 --- Comment #23 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 31251 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=31251 Bug 11405 [2] - Skip items with waiting holds Review of attachment 31251: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=11405&attachment=31251) ----------------------------------------------------------------- ::: tools/inventory.pl @@ +233,4 @@
if ( $markseen or $op ) { # retrieve all items in this range. my $totalrecords; + ($inventorylist, $totalrecords) = GetItemsForInventory($minlocation, $maxlocation, $location, $itemtype, $ignoreissued, $ignore_holds_waiting, '', $branchcode, $branch, 0, undef , $staton);
This is where a nasty conflict shows up. Please rebase. -- You are receiving this mail because: You are watching all bug changes.