Bug 14483

Summary: Warns when printing summary slip for patron
Product: Koha Reporter: Aleisha Amohia <aleisha>
Component: PatronsAssignee: Aleisha Amohia <aleisha>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: gmcharlt, jonathan.druart, kyle.m.hall, veron
Version: Main   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15068
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
Bug 14483: Same change but better

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