Bug 18177: remove aqbooksellers.booksellerfax
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 17 Mar 2020 08:42:37 +0000 (09:42 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 27 Mar 2020 12:15:42 +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 6b2b248..526743a 100644 (file)
@@ -85,7 +85,6 @@ on the API.
 
 sub to_api_mapping {
     return {
-        booksellerfax   => undef,
         bookselleremail => undef,
         booksellerurl   => undef,
         currency        => undef,
index 5ecf41d..e41dbdd 100755 (executable)
@@ -108,7 +108,6 @@ $template->param( uncertainpriceorders => \@orders,
                                    bookselleraddress3 => $bookseller->address3,
                                    bookselleraddress4 => $bookseller->address4,
                                    booksellerphone =>$bookseller->phone,
-                                   booksellerfax => $bookseller->fax,
                                    booksellerurl => $bookseller->url,
                                    booksellernotes => $bookseller->notes,
                                    basketcount   => $bookseller->baskets->count,
index 86d0f19..81e16cc 100644 (file)
@@ -37,7 +37,6 @@
             </p>
             <p><strong>Phone: </strong>
                 [% booksellerphone | html %] / Fax:
-                [% booksellerfax | html %]</p>
             <dl>
                 [% FOREACH contact IN contacts %]
                     <dt><strong>Contact: </strong></dt>
index 9e3aae8..f9a3ec9 100644 (file)
@@ -765,7 +765,7 @@ sub field_filter {
     my ($struct) = @_;
 
     for my $field (
-        'bookselleremail', 'booksellerfax',
+        'bookselleremail',
         'booksellerurl',
         'currency',        'invoiceprice',
         'listprice',       'contacts'