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:
parent
0d9ff747a2
commit
a961487d65
4 changed files with 0 additions and 4 deletions
|
@ -86,7 +86,6 @@ on the API.
|
|||
sub to_api_mapping {
|
||||
return {
|
||||
bookselleremail => undef,
|
||||
booksellerurl => undef,
|
||||
currency => undef,
|
||||
listprice => 'list_currency',
|
||||
invoiceprice => 'invoice_currency',
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -766,7 +766,6 @@ sub field_filter {
|
|||
|
||||
for my $field (
|
||||
'bookselleremail',
|
||||
'booksellerurl',
|
||||
'currency', 'invoiceprice',
|
||||
'listprice', 'contacts'
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue