From CanBookBeIssued: 726 if ( $patron->category->category_type eq 'X' && ( $item->{barcode} )) { Tests are failing randomly if the category_type of the patron is 'X'. The previous tries to fix this issue set categorycode='X' (QAers, what are you doing?)
Created attachment 69619 [details] [review] Bug 19776: Fix random failures (category_type vs categorycode='X') Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Pushed to master for 18.05
Created attachment 69805 [details] [review] Bug 19776: (follow-up) remove dup category_type keys The previous patch was obviously wrong, the category_type key appeared twice. categories.category_type is a varchar(1) and 'P' is not 'X'. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Last patch pushed to master.
Skipping for 17.11