[Koha-bugs] [Bug 7189] preference to control if returning lost items gives refund

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 19 14:34:11 CEST 2012


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

--- Comment #16 from Kyle M Hall <kyle at bywatersolutions.com> ---
(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.


More information about the Koha-bugs mailing list