From: Jonathan Druart Date: Tue, 17 Mar 2020 08:43:13 +0000 (+0100) Subject: Bug 18177: remove aqbooksellers.booksellerurl X-Git-Tag: v20.05.00~779 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=a961487d65dce0d6c49757834f9fd642490f119b;p=srvgit Bug 18177: remove aqbooksellers.booksellerurl Signed-off-by: Martin Renvoize Signed-off-by: Marcel de Rooy Signed-off-by: Martin Renvoize --- diff --git a/Koha/Acquisition/Bookseller.pm b/Koha/Acquisition/Bookseller.pm index 526743ad55..b5a2fa6a65 100644 --- a/Koha/Acquisition/Bookseller.pm +++ b/Koha/Acquisition/Bookseller.pm @@ -86,7 +86,6 @@ on the API. sub to_api_mapping { return { bookselleremail => undef, - booksellerurl => undef, currency => undef, listprice => 'list_currency', invoiceprice => 'invoice_currency', diff --git a/acqui/uncertainprice.pl b/acqui/uncertainprice.pl index e41dbddc5c..bd98a71001 100755 --- a/acqui/uncertainprice.pl +++ b/acqui/uncertainprice.pl @@ -108,7 +108,6 @@ $template->param( uncertainpriceorders => \@orders, bookselleraddress3 => $bookseller->address3, bookselleraddress4 => $bookseller->address4, booksellerphone =>$bookseller->phone, - booksellerurl => $bookseller->url, booksellernotes => $bookseller->notes, basketcount => $bookseller->baskets->count, subscriptioncount => $bookseller->subscriptions->count, diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt index 81e16ccb75..940127c0ca 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt @@ -33,7 +33,6 @@ [% bookselleraddress2 | html %] [% bookselleraddress3 | html %] [% bookselleraddress4 | html %] - [% booksellerurl | html %]

Phone: [% booksellerphone | html %] / Fax: diff --git a/t/db_dependent/Bookseller.t b/t/db_dependent/Bookseller.t index f9a3ec9a08..095151d99e 100644 --- a/t/db_dependent/Bookseller.t +++ b/t/db_dependent/Bookseller.t @@ -766,7 +766,6 @@ sub field_filter { for my $field ( 'bookselleremail', - 'booksellerurl', 'currency', 'invoiceprice', 'listprice', 'contacts' )