http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8537 Priority: P5 - low Change sponsored?: --- Bug ID: 8537 CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com Assignee: koha-bugs@lists.koha-community.org Summary: In moremember.pl the call of output_pref is without check Severity: normal Classification: Unclassified OS: All Reporter: christophe.croullebois@biblibre.com Hardware: All Status: NEW Version: master Component: Patrons Product: Koha A case I meet with a customer's borrower, the argument passed to the sub, could be undefined, in this case koha is not happy. I just put a condition, the same logic than for the line below. To test : you need to have in moremember.pl a borrower that returns 'undefined' for '$issue->{date_due}' with GetPendingIssues. Or read the code I think it is clear. Thx. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.