[Koha-bugs] [Bug 29221] On returns.tt modal displays wrong message when lost items are returned

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 19 11:41:36 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29221

--- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Created attachment 126476
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126476&action=edit
Bug 29221: Correctly display refund info

2132             $messages->{'LostItemFeeRefunded'} =
$updated_item->{_refunded};

But, in returns.pl:
495     elsif ( $code eq 'LostItemFeeRefunded' ) {
496         $template->param( LostItemFeeRefunded => 1 );
497     }

1. Set BlockReturnOfLostItems to 'don't block'
2. Make sure your 'Default lost item fee refund on return policy' circ rule is
set to 'Leave lost item charge'
3. Check something out and then mark it as lost.
4. Check the item in
=> No message to tell there was a refund

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list