[Koha-bugs] [Bug 7299] New: ILSDI HoldItem service does't set the itemnumber in reserves table

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 2 10:49:08 CET 2011


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

             Bug #: 7299
           Summary: ILSDI HoldItem service does't set the itemnumber in
                    reserves table
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
        AssignedTo: gmcharlt at gmail.com
        ReportedBy: alex.arnaud at biblibre.com
         QAContact: ian.walls at bywatersolutions.com


The itemnumber is not passed in AddReserve function because parameters are not
used correctly in C4/ILSDI.Services.pm.

We have:
$branch, $borrowernumber, $biblionumber, $constraint, $bibitems,  $priority,
$notes, $title, $checkitem,  $found

Instead of:
$branch,$borrowernumber,$biblionumber,$constraint,$bibitems,$priority,$resdate,$expdate,$notes,$title,$checkitem,$found

Probably because function Addreserve has changed.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list