[Bug 1190] New: Reservation fee is charged even when it's not specified in the borrower rules
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@kados.org ReportedBy: oleonard@athenscounty.lib.oh.us QAContact: koha-bugs@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.
participants (1)
-
bugzilla-daemon@wilbur.katipo.co.nz