Bug 14483 - Warns when printing summary slip for patron
Summary: Warns when printing summary slip for patron
Status: RESOLVED DUPLICATE of bug 15068
Alias: None
Product: Koha
Classification: Unclassified
Component: Patrons (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Aleisha Amohia
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-01 05:35 UTC by Aleisha Amohia
Modified: 2015-10-27 11:45 UTC (History)
4 users (show)

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


Attachments
Bug 14483: Silences warns triggered when printing summary slip for patron (4.00 KB, patch)
2015-07-01 05:38 UTC, Aleisha Amohia
Details | Diff | Splinter Review
Bug 14483: Same change but better (927 bytes, patch)
2015-07-03 03:43 UTC, Aleisha Amohia
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Aleisha Amohia 2015-07-01 05:35:29 UTC
To recreate, go to any patron page, click Print --> Print summary

summary-print.pl: Use of uninitialized value $roadtype in concatenation (.) or string at /home/vagrant/kohaclone/members/summary-print.pl line 61
summary-print.pl: Use of uninitialized value $roadtype in concatenation (.) or string at /home/vagrant/kohaclone/members/summary-print.pl line 61
Comment 1 Aleisha Amohia 2015-07-01 05:38:20 UTC
Created attachment 40747 [details] [review]
Bug 14483: Silences warns triggered when printing summary slip for patron

Use of uninitialized value $roadtype

To test:
1) Go to any patron's page, click Print --> Print summary
2) Notice warns in error log
3) Click cancel, apply patch, reload page
4) Click Print --> Print summary
5) Notice warns are gone and page still works correctly
Comment 2 Jonathan Druart 2015-07-02 14:38:23 UTC
You have re-added the entire file:
CONFLICT (add/add): Merge conflict in members/summary-print.pl
Comment 3 Aleisha Amohia 2015-07-03 03:43:59 UTC Comment hidden (obsolete)
Comment 4 Marc Véron 2015-10-27 11:45:48 UTC

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