[Koha-bugs] [Bug 28217] Several non-repeatable attributes when merging patrons

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 25 16:24:49 CEST 2021


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

Victor Grousset/tuxayo <victor at tuxayo.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Pushed to oldstable         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #8 from Victor Grousset/tuxayo <victor at tuxayo.net> ---
Can't backport to 19.11.x: can't solve a conflict on the tests.
Even after adding some missing variables
my $anonymous = $builder->build( { source => 'Borrower', }, );
my $anonymous_patron = Koha::Patrons->find( $anonymous->{borrowernumber} );

I get
#   Failed test 'Test Koha::Patrons::merge'
#   at t/db_dependent/Koha/Patrons.t line 1801.
The method Koha::Patron->extended_attributes is not covered by tests!


If there is an interest in having this backported, please submit a patch for
19.11.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list