Bug 18717

Summary: Use of uninitialized value in string eq at C4/Acquisition.pm line 318 after bug 8612
Product: Koha Reporter: Josef Moravec <josef.moravec>
Component: Architecture, internals, and plumbingAssignee: Josef Moravec <josef.moravec>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: m.de.rooy
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 8612    
Bug Blocks:    
Attachments: Bug 18717: Check existence of variables

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 ***