[Koha-bugs] [Bug 1190] New: Reservation fee is charged even when it's not specified in the borrower rules

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Thu Oct 5 16:16:40 CEST 2006


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1190

           Summary: Reservation fee is charged even when it's not specified
                    in the borrower rules
           Product: Koha
           Version: branch 2.4
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: critical
          Priority: P2
         Component: OPAC
        AssignedTo: jmf at kados.org
        ReportedBy: oleonard at athenscounty.lib.oh.us
         QAContact: koha-bugs at nongnu.org


opac-reserve.pl calls CalcReserve() at line 204:

  $fee += CalcReserveFee(undef,$borrowernumber,$biblionumber,'o',\@reqbibs);

CalcReservesFee() is defined in Reserves2.pm at line 555 with this note:

# FIXME - A functionally identical version of this function appears in
# C4::Reserves. Pick one and stick with it.
# XXX - Internal use only
# FIXME - opac-reserves.pl need to use it, temporarily put into @EXPORT

categories.reservefee shows 0.000000 for each borrower category.




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.





More information about the Koha-bugs mailing list