[Koha-bugs] [Bug 7849] Instant Fine Calculation at Checkin

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 5 12:53:17 CEST 2012


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

--- Comment #11 from Ian Walls <koha.sekjal at gmail.com> ---
Created attachment 8907
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8907&action=edit
Bug 7849 Followup:  only charge fines on return if finesMode set to production

If the finesMode system preference is anything but 'production', patrons
shouldn't actually be charged any fines, even if the rules say they should
accrue them.  This followup adds that conditional check, in order to prevent
surprise fines at libraries with such a configuration.

To test:

1.  identify 2 overdue materials with associated fines rules
2.  set fines mode to 'production'
3.  return the first item: patron should be charged
4.  set fines mode to 'test' or 'none'
5.  return the second item:  the patron should not be charged

Followup idea:  if either 'test' or 'production', return the fine amt that
was/would have been charged, so it can be displayed on screen.

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


More information about the Koha-bugs mailing list