https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26326 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha@gmail. | |com --- Comment #27 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- +sub unset_chosen { + my ( $self ) = @_; + while ( my $match = $self->next ){ + $match->chosen(0)->store; + } +} This is not used, not covered by tests, and actually could be replaced by a single $set->update call. -- You are receiving this mail because: You are watching all bug changes.