http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13592
Chris Cormack <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Chris Cormack <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
