[Koha-bugs] [Bug 5199] New: Renewals do not add branchcode to statistics table

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 3 18:09:43 CEST 2010


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

           Summary: Renewals do not add branchcode to statistics table
 Change sponsored?: ---
           Product: Koha
           Version: rel_3_2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Circulation
        AssignedTo: kyle.m.hall at gmail.com
        ReportedBy: ian.walls at bywatersolutions.com
         QAContact: koha-bugs at lists.koha-community.org
                CC: gmcharlt at gmail.com
   Estimated Hours: 0.0


The AddRenewal() function of Circulation.pm is defined to take $branch as the
third parameter, but most calls to this function, including OPAC renewal and
Self Checkout, only take the first two, $borrowernumber and $itemnumber.  This
leaves the statistics table full of NULL values in the $branch field for
renewal statistics.

The $branch value passed should be the branch of the currently logged in user. 
This would be the current branch selected in the staff client, the patron's
home branch in the OPAC, and the homebranch of the Self Checkout user for SCO.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Koha-bugs mailing list