https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20169 --- Comment #5 from Nick Clemens <nick@bywatersolutions.com> --- not ok 9 - Koha::Acquisition::Booksellers->search returns the right informations about supplier Name2 # Failed test 'Koha::Acquisition::Booksellers->search returns the right informations about supplier Name2' # at t/db_dependent/Bookseller.t line 121. # Structures begin differing at: # $got->{discount} = '2.0000' # $expected->{discount} = '2' ok 10 - Get Supplier1 and Supplier2 not ok 11 - Returns right fields of Supplier1 and Supplier2 # Failed test 'Returns right fields of Supplier1 and Supplier2' # at t/db_dependent/Bookseller.t line 134. # Structures begin differing at: # $got->[0]{discount} = '2.0000' # $expected->[0]{discount} = '2' ok 12 - Supplier1 has 0 basket ok 13 - Supplier1 has 2 baskets ok 14 - find returns undef if no id given not ok 15 - Get Supplier1 (find a bookseller by id) # Failed test 'Get Supplier1 (find a bookseller by id)' # at t/db_dependent/Bookseller.t line 153. # Structures begin differing at: # $got->{discount} = '1.0000' # $expected->{discount} = '1' -- You are receiving this mail because: You are watching all bug changes.