[Koha-bugs] [Bug 29184] Warn from chargelostitem when no replacement cost set for item

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 7 22:13:47 CEST 2022


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

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #135076|0                           |1
        is obsolete|                            |

--- Comment #5 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 140325
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=140325&action=edit
Bug 29184: Fix warn about undefined replacecost

This patch simply sets the cost to 0 if undefined

To test:
1 - Create a new item with no replacement cost set
2 - Check the item out to a patron
3 - Mark the item lost
4 - Note in plack-intranet-error.log:
    [2021/10/06 12:43:26] [WARN] Use of uninitialized value $replacementprice
in numeric gt (>) at /kohadevbox/koha/C4/Accounts.pm line 114.
5 - Apply patch
6 - Repeat
7 - No warn

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


More information about the Koha-bugs mailing list