3 Apr
2012
3 Apr
'12
2:37 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5742 --- Comment #10 from Jonathan Druart <jonathan.druart@biblibre.com> --- 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.