# Failed test 'Tests for CanBookBeIssued related to dateexpiry' # at t/db_dependent/Circulation/dateexpiry.t line 40. Can't use an undefined value as a HASH reference at /kohadevbox/koha/C4/Circulation.pm line 728. Once again it seems to be caused by a patron's category_code = 'X'
Created attachment 68423 [details] [review] Bug 19517: Prevent dateexpiry.t to fail randomly If categorycode is 'X', the test will fail Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Pushed to master for 17.11