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

(-)a/tools/inventory.pl (-2 / +1 lines)
Lines 185-191 if ( ! ($uploadbarcodes && length($uploadbarcodes)>0 ) || ( $input->param('compa Link Here
185
        }
185
        }
186
    }
186
    }
187
    if ($markseen or $op) {
187
    if ($markseen or $op) {
188
        $res = GetItemsForInventory( $minlocation, $maxlocation, $location, $ignoreissued, $itemtype, $datelastseen, $branchcode, $branch, $offset, $pagesize, $staton );
188
        $res = GetItemsForInventory( $minlocation, $maxlocation, $location, $itemtype, $ignoreissued, $datelastseen, $branchcode, $branch, $offset, $pagesize, $staton );
189
        $template->param(loop =>$res,
189
        $template->param(loop =>$res,
190
                        nextoffset => ($offset+$pagesize),
190
                        nextoffset => ($offset+$pagesize),
191
                        prevoffset => ($offset?$offset-$pagesize:0),
191
                        prevoffset => ($offset?$offset-$pagesize:0),
192
- 

Return to bug 6169