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 plumbing | Assignee: | 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: | ||
Circulation function: | |||
Bug Depends on: | 8612 | ||
Bug Blocks: | |||
Attachments: | Bug 18717: Check existence of variables |
Description
Josef Moravec
2017-06-02 07:02:41 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 |