Bug 18717 - Use of uninitialized value in string eq at C4/Acquisition.pm line 318 after bug 8612
Summary: Use of uninitialized value in string eq at C4/Acquisition.pm line 318 after b...
Status: RESOLVED DUPLICATE of bug 8612
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Josef Moravec
QA Contact: Testopia
URL:
Keywords:
Depends on: 8612
Blocks:
  Show dependency treegraph
 
Reported: 2017-06-02 07:02 UTC by Josef Moravec
Modified: 2017-06-06 06:51 UTC (History)
1 user (show)

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


Attachments
Bug 18717: Check existence of variables (1.40 KB, patch)
2017-06-02 09:04 UTC, Josef Moravec
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Josef Moravec 2017-06-02 07:02:41 UTC
(In reply to Marcel de Rooy from comment #109)
> Another report may still deal with this warn:
> Use of uninitialized value in string eq at C4/Acquisition.pm line 318.
Comment 1 Josef Moravec 2017-06-02 09:04:35 UTC
Created attachment 63927 [details] [review]
Bug 18717: Check existence of variables

Test plan:
0) Apply the patches from bug 8612
1) Have basket with some orders - at least one biblio should NOT have
isbn filled
2) Define custom CSV profile of tpe SQL and Usage "Basket export in
acquisition"
2) Go to basket detail and download basket as CSV using this custom CSV profile
3) Read the log
--> without this patch you see the warning about uninitialized variables
--> with patch the warning shouldn't be logged
Comment 2 Josef Moravec 2017-06-06 06:51:00 UTC
Fixed by Jonathan's followup on bug 8612.

*** This bug has been marked as a duplicate of bug 8612 ***