Bug 34229 - Warns from Acquisition/Order.pm
Summary: Warns from Acquisition/Order.pm
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: 22.11
Hardware: All All
: P5 - low minor
Assignee: Kyle M Hall (khall)
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-07 15:31 UTC by Liz Rea
Modified: 2023-07-07 15:31 UTC (History)
1 user (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Liz Rea 2023-07-07 15:31:14 UTC
We are seeing a lot of this in our logs lately:

[2023/07/07 10:30:17] [WARN] Use of uninitialized value in addition (+) at /usr/share/koha/lib/Koha/Acquisition/Order.pm line 520.
[2023/07/07 10:30:17] [WARN] Use of uninitialized value in addition (+) at /usr/share/koha/lib/Koha/Acquisition/Order.pm line 521.
[2023/07/07 10:30:17] [WARN] Use of uninitialized value in addition (+) at /usr/share/koha/lib/Koha/Acquisition/Order.pm line 527.
[2023/07/07 10:30:17] [WARN] Use of uninitialized value in multiplication (*) at /usr/share/koha/lib/Koha/Acquisition/Order.pm line 532.
[2023/07/07 10:30:17] [WARN] Use of uninitialized value in addition (+) at /usr/share/koha/lib/Koha/Acquisition/Order.pm line 587.
[2023/07/07 10:30:17] [WARN] Use of uninitialized value in multiplication (*) at /usr/share/koha/lib/Koha/Acquisition/Order.pm line 591.

It might be nice to quiet these down a bit :)