[Koha-bugs] [Bug 14057] Inventory is painfully slow

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 19 07:43:01 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14057

--- Comment #22 from David Cook <dcook at prosentient.com.au> ---
Just noticed some typos in the POD

Checkout "stautshash" below. It should be "statushash" and it should have a
comma after $statushash at the end. Probably worth fixing in the event of
someone copying and pasting, but not really a bug...

=head2 GetItemsForInventory

($itemlist, $iTotalRecords) = GetItemsForInventory( {
  minlocation  => $minlocation,
  maxlocation  => $maxlocation,
  location     => $location,
  itemtype     => $itemtype,
  ignoreissued => $ignoreissued,
  datelastseen => $datelastseen,
  branchcode   => $branchcode,
  branch       => $branch,
  offset       => $offset,
  size         => $size,
  stautshash   => $statushash
  interface    => $interface,
} );

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list