http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5392 Summary: reserve/renewscript logging lots of warnings Change sponsored?: --- Product: Koha Version: HEAD Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: Circulation AssignedTo: kyle.m.hall@gmail.com ReportedBy: colin.campbell@ptfs-europe.com QAContact: koha-bugs@lists.koha-community.org CC: gmcharlt@gmail.com Estimated Hours: 0.0 In the course of debugging a site problem found reserve/renewscript.pl logging loads of 'Use of uninitialized value in concatenation' errors. In the redirects in the script two variables are used to convey failures but if no failures are encountered remain undef. Initialize the vars to an empty string and silence the warnings -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.