Bugzilla – Attachment 100862 Details for
Bug 18177
Remove unused columns in aqbooksellers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18177: remove aqbooksellers.booksellerfax
Bug-18177-remove-aqbooksellersbooksellerfax.patch (text/plain), 2.75 KB, created by
Jonathan Druart
on 2020-03-17 09:00:25 UTC
(
hide
)
Description:
Bug 18177: remove aqbooksellers.booksellerfax
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-03-17 09:00:25 UTC
Size:
2.75 KB
patch
obsolete
>From 5bffd8c03024850a9ed66cf521d953d25146d2d0 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 17 Mar 2020 09:42:37 +0100 >Subject: [PATCH] Bug 18177: remove aqbooksellers.booksellerfax > >--- > Koha/Acquisition/Bookseller.pm | 1 - > acqui/uncertainprice.pl | 1 - > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt | 1 - > t/db_dependent/Bookseller.t | 2 +- > 4 files changed, 1 insertion(+), 4 deletions(-) > >diff --git a/Koha/Acquisition/Bookseller.pm b/Koha/Acquisition/Bookseller.pm >index 1677aab372..623ce70699 100644 >--- a/Koha/Acquisition/Bookseller.pm >+++ b/Koha/Acquisition/Bookseller.pm >@@ -82,7 +82,6 @@ on the API. > > sub to_api_mapping { > return { >- booksellerfax => undef, > bookselleremail => undef, > booksellerurl => undef, > currency => undef, >diff --git a/acqui/uncertainprice.pl b/acqui/uncertainprice.pl >index 5ecf41d83c..e41dbddc5c 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, >- booksellerfax => $bookseller->fax, > booksellerurl => $bookseller->url, > booksellernotes => $bookseller->notes, > basketcount => $bookseller->baskets->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 86d0f19c9c..81e16ccb75 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt >@@ -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> >diff --git a/t/db_dependent/Bookseller.t b/t/db_dependent/Bookseller.t >index e4d24a36d4..27844d32a7 100644 >--- a/t/db_dependent/Bookseller.t >+++ b/t/db_dependent/Bookseller.t >@@ -766,7 +766,7 @@ sub field_filter { > my ($struct) = @_; > > for my $field ( >- 'bookselleremail', 'booksellerfax', >+ 'bookselleremail', > 'booksellerurl', > 'currency', 'invoiceprice', > 'listprice', 'contacts' >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 18177
:
100861
|
100862
|
100863
|
100864
|
100865
|
100866
|
100867
|
100868
|
100869
|
100870
|
100871
|
100872
|
100873
|
100874
|
101612
|
101687
|
101688
|
101689
|
101690
|
101691
|
101692
|
101693
|
101694
|
101958
|
101959
|
101960
|
101961
|
101962
|
101963
|
101964
|
101965
|
102011