[Koha-bugs] [Bug 13592] Hold fee not being applied on placing a hold

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 20 00:12:08 CEST 2015


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

Chris Cormack <chris at bigballofwax.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chris at bigballofwax.co.nz

--- Comment #4 from Chris Cormack <chris at bigballofwax.co.nz> ---
Yeah that behaviour has been there since 2000-12-19 23:45:51


If there are items on the shelf, and you aren't the first hold, you get a
charge.
Was the original behaviour.

^d0374d0 (rangi 2000-12-19 23:45:51 +0000 209)       if (my $rdata =
$rsth->fetchrow_hashref) { } else {                                     
^d0374d0 (rangi 2000-12-19 23:45:51 +0000 210)         $fee = 0;                
^d0374d0 (rangi 2000-12-19 23:45:51 +0000 211)       }   


If they are all out, then you are not charged for the hold, someone must have
changed it since then, if it now places a fee if the item is unavailable.

Basically, it should be a system preference, or an issuing rule.

But I dont think we can change behaviour that has been there for 15 years
without a syspref. Or things will start unexpectedly charging, and no library
wants angry borrowers.

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


More information about the Koha-bugs mailing list