@@ -, +, @@ * booksellerfax * booksellerurl * bookselleremail * othersupplier * currency --- Koha/Acquisition/Bookseller.pm | 1 - t/db_dependent/Bookseller.t | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) --- a/Koha/Acquisition/Bookseller.pm +++ a/Koha/Acquisition/Bookseller.pm @@ -86,7 +86,6 @@ sub to_api_mapping { bookselleremail => undef, booksellerurl => undef, currency => undef, - othersupplier => undef, listprice => 'list_currency', invoiceprice => 'invoice_currency', gstreg => 'gst', --- a/t/db_dependent/Bookseller.t +++ a/t/db_dependent/Bookseller.t @@ -767,7 +767,7 @@ sub field_filter { for my $field ( 'bookselleremail', 'booksellerfax', - 'booksellerurl', 'othersupplier', + 'booksellerurl', 'currency', 'invoiceprice', 'listprice', 'contacts' ) --