---- Reported by oleonard@myacpl.org 2008-05-31 11:59:00 ---- Accounts.pm relies on matching letter codes to hard-coded descriptions: if ( $type eq 'N' ) { $desc .= " New Card"; } These descriptions are concatenated by the script with user-generated descriptions (hence http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=2183). I don't know enough about fines management to know if it's possible, but the obvious answer here would be to use authorized values. ---- Additional Comments From jmf@liblime.com 2008-07-08 21:12:16 ---- Yep, this is a good one, but I'm gonna delay it for rel_3_2, we've got bigger fish to fry ---- Additional Comments From nengard@gmail.com 2009-12-23 17:59:01 ---- This bug hasn't been touched in nearly a year, please revisit and test and close if appropriate. ---- Additional Comments From oleonard@myacpl.org 2009-12-28 14:13:48 ---- Confirmed that this code still exists in Accounts.pm. --- Bug imported by chris@bigballofwax.co.nz 2010-05-21 00:47 UTC --- This bug was previously known as _bug_ 2188 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=2188 Actual time not defined. Setting to 0.0
Note: the strings are saved in the description column of the accountlines table.
*** This bug has been marked as a duplicate of bug 2546 ***