[Koha-bugs] [Bug 26326] Add Koha Objects for Import Records and Import Record Matches

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 3 14:44:19 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26326

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart+koha at gmail.
                   |                            |com

--- Comment #27 from Jonathan Druart <jonathan.druart+koha at 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.


More information about the Koha-bugs mailing list