http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15374
Marc Véron <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=4078 --- Comment #7 from Marc Véron <[email protected]> --- (In reply to Aleisha Amohia from comment #5) > Testing with a user who has too many fines did not work. I had the syspref > set correctly and created a manual invoice of $100 but there was no error > message saying the account was blocked due to fines. A 'Fines' tab showed up > saying 'Fines (100)', which I think would be better to say $100.00. > Didn't see my circulation message, not sure how this is meant to affect the > OPAC? Hi Aleisha, thanks for testing. - I amended the patch to format fines tab as well. (100.00 instead of 100). Regarding the display of the currency sign see Bug 4078 (waiting for Sign-off) Regarding a user who has too many fines: - I re-tested with syspref OPACFineNoRenewals set to 100 and a patron 'Tester' with fines (200) and logged in to the OPAC with this user. (Expecting: A message that now renewals are possible due to fines.) Without patch, I get after log-in (cgi-bin/koha/opac-user.pl): - Warning message: Please note: Since you have more than 100.00 in fines, you cannot renew your books online. Please pay your fines if you wish to renew your books. - Tab Heading: Fines (200.00) With patch, I get: - Warning message: Please note: You cannot renew your books online. Reason: Your fines exceed 100.00. Please pay your fines if you wish to renew your books. Go to your account page [As expected. Better wording / no sentence splitting for translatability] - Tab Heading: Fines: 200.00 -- 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/
