[Koha-bugs] [Bug 23165] New: Renewals for Self Checkout (SCO) module do not record branchcode in statistics

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 19 20:17:53 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23165

            Bug ID: 23165
           Summary: Renewals for Self Checkout (SCO) module do not record
                    branchcode in statistics
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Self checkout
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: kyle at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
  Target Milestone: ---

Koha considers SCO to be part of the OPAC, but the code related to
OpacRenewalBranch is in opac-renew.pl. Because of this, the branchcode does not
get set when a renewal takes place via the self check module. It would make
more sense to move this logic into C4::Circulation::AddRenewal to centralize it
and ensure that the statistics branch is set no matter where in the OPAC
AddRenewal may be called.

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


More information about the Koha-bugs mailing list