koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-bugs] [Bug 1190] New: Reservation fee is charged even when it's no


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 1190] New: Reservation fee is charged even when it's not specified in the borrower rules
Date: 5 Oct 2006 14:16:40 -0000

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: address@hidden
        ReportedBy: address@hidden
         QAContact: address@hidden


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

  $fee += 
CalcReserveFee(undef,$borrowernumber,$biblionumber,'o',address@hidden);

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]