http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11879
Marc Véron <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA --- Comment #20 from Marc Véron <[email protected]> --- After applying t/db_dependent/Members.t fails at lin 102 with: # Failed test 'Confirm MoveMemberToDeleted.' # at t/db_dependent/Members.t line 102. # Structures begin differing at: # $got->{primary_contact_method} = Does not exist # $expected->{primary_contact_method} = undef The reason is that the field primary_contact_method is added to the table borrowers but not to the table deletedborrowers. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
