Bug 18177: remove aqbooksellers.booksellerurl
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 17 Mar 2020 08:43:13 +0000 (09:43 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 27 Mar 2020 12:15:47 +0000 (12:15 +0000)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Koha/Acquisition/Bookseller.pm
acqui/uncertainprice.pl
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt
t/db_dependent/Bookseller.t

index 526743a..b5a2fa6 100644 (file)
@@ -86,7 +86,6 @@ on the API.
 sub to_api_mapping {
     return {
         bookselleremail => undef,
-        booksellerurl   => undef,
         currency        => undef,
         listprice       => 'list_currency',
         invoiceprice    => 'invoice_currency',
index e41dbdd..bd98a71 100755 (executable)
@@ -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,
index 81e16cc..940127c 100644 (file)
@@ -33,7 +33,6 @@
                 [% bookselleraddress2 | html %]
                 [% bookselleraddress3 | html %]
                 [% bookselleraddress4 | html %]
-                <a href="[% booksellerurl | url %]">[% booksellerurl | html %]</a>
             </p>
             <p><strong>Phone: </strong>
                 [% booksellerphone | html %] / Fax:
index f9a3ec9..095151d 100644 (file)
@@ -766,7 +766,6 @@ sub field_filter {
 
     for my $field (
         'bookselleremail',
-        'booksellerurl',
         'currency',        'invoiceprice',
         'listprice',       'contacts'
       )