Bug 18177: remove aqbooksellers.booksellerurl

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>
This commit is contained in:
Jonathan Druart 2020-03-17 09:43:13 +01:00 committed by Martin Renvoize
parent 0d9ff747a2
commit a961487d65
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F
4 changed files with 0 additions and 4 deletions

View 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',

View file

@ -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,

View 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:

View file

@ -766,7 +766,6 @@ sub field_filter {
for my $field (
'bookselleremail',
'booksellerurl',
'currency', 'invoiceprice',
'listprice', 'contacts'
)