20 Oct
2023
20 Oct
'23
10:24 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29523 --- Comment #153 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Marcel de Rooy from comment #152)
t/db_dependent/Koha/REST/Plugin/Objects.t - $builder->build_object( { class => 'Koha::Patrons', value => { flags => 1 } } ); + $builder->build_object( { class => 'Koha::Patrons', value => { flags => 0 } } );
This is around here @@ -425,7 +425,7 @@ subtest 'objects.search helper with query parameter' => sub { -- You are receiving this mail because: You are watching all bug changes.