http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5742
--- Comment #10 from Jonathan Druart <[email protected]> --- Hi Owen, I can't reproduce this error. l.336 is: $borrower->{category_description} = GetBorrowercategory( $borrower->{categorycode} )->{description}; Is it possible you have a problem with your borrower's data ? $borrower must have a categorycode and GetBorrowercategory returns a hashref for this categorycode. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
