[Koha-bugs] [Bug 15027] New: Typo in GetItemsForInventory POD

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


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

            Bug ID: 15027
           Summary: Typo in GetItemsForInventory POD
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P5 - low
         Component: Developer documentation
          Assignee: gmcharlt at gmail.com
          Reporter: dcook at prosentient.com.au
        QA Contact: testopia at bugs.koha-community.org

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