View | Details | Raw Unified | Return to bug 13915
Collapse All | Expand All

(-)a/tools/inventory.pl (-4 / +1 lines)
Lines 232-240 if ( $markseen or $op ) { Link Here
232
    # retrieve all items in this range.
232
    # retrieve all items in this range.
233
    my $totalrecords;
233
    my $totalrecords;
234
234
235
    # We use datelastseen only when comparing the results to the barcode file.
235
    ($inventorylist, $totalrecords) = GetItemsForInventory($minlocation, $maxlocation, $location, $itemtype, $ignoreissued, $datelastseen, $branchcode, $branch, 0, undef, $staton);
236
    my $paramdatelastseen = ($compareinv2barcd) ? $datelastseen : '';
237
    ($inventorylist, $totalrecords) = GetItemsForInventory($minlocation, $maxlocation, $location, $itemtype, $ignoreissued, $paramdatelastseen, $branchcode, $branch, 0, undef, $staton);
238
236
239
    # For the items that may be marked as "wrong place", we only check the location (callnumbers, location and branch)
237
    # For the items that may be marked as "wrong place", we only check the location (callnumbers, location and branch)
240
    ($wrongplacelist, $totalrecords) = GetItemsForInventory($minlocation, $maxlocation, $location, undef, undef, undef, $branchcode, $branch, 0, undef, undef);
238
    ($wrongplacelist, $totalrecords) = GetItemsForInventory($minlocation, $maxlocation, $location, undef, undef, undef, $branchcode, $branch, 0, undef, undef);
241
- 

Return to bug 13915