http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7849
--- Comment #11 from Ian Walls <[email protected]> --- 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. _______________________________________________ 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/
