http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7189
--- Comment #16 from Kyle M Hall <[email protected]> --- (In reply to comment #14) > This seems to be working, but with both settings for > RefundLostItemFeeOnReturn I see the same message on check-in, "Any lost item > fees for this item will remain on the patron's account." It looks like > errmsgloo.LostItemFeeRefunded isn't evaluating as true when it should. Fixed. > Is it possible to link that error message to the patron's account? Not a > blocking issue, but would be very nice. I agree, that would be nice, but to implement such a feature. However, when an item is marked lost, the item is removed from the borrower's record. I had thought there was a system preference to control the behavior, but I cannot find it. We could also use _FixAccountForLostAndReturned to get the borrowernumber, but only in the event that the fee is refunded. That would still leave the generic message for when the fee is not refunded. -- 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/
