[Bug 21508] New: lost item phrase is repeated on pay fines page, when a patron is charged after an item is changed to lost
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21508 Bug ID: 21508 Summary: lost item phrase is repeated on pay fines page, when a patron is charged after an item is changed to lost Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Fines and fees Assignee: koha-bugs@lists.koha-community.org Reporter: koha@univ-lyon3.fr QA Contact: testopia@bugs.koha-community.org The preference system WhenLostChargeReplacementFee = charge On the tab fines, pay fines (/members/pay.pl), when a patron is charged automatically because an item he has borrowed is changed to lost status, the test repeats "lost iem" twice in the column description : Lost item , Lost Item + Title -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21508 Koha Team Lyon 3 <koha@univ-lyon3.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master Patch complexity|--- |String patch CC| |koha@univ-lyon3.fr -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21508
David Nind <david@davidnind.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
CC| |david@davidnind.com
--- Comment #1 from David Nind <david@davidnind.com> ---
>From what I can see, this is fixed in main:
1. Make sure WhenLostChargeReplacementFee is set to "Charge".
2. Check out an item to a patron.
3. Make sure that the item has a value in $v - Cost, replacement price.
4. Edit the item so that $1 - Lost status is set to "Lost".
5. Go to the patron's account and select Accounting > Make a payment
6. There should be a charge for the lost item:
. The account type column has 'Lost item' as the value
. The description column does not have "lost item" shown twice - it has the
title and barcode, and the title again in brackets,
There have been a lot of changes to the account/charges area since 2018, so I
haven't tried to track down where it was fixed.
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org