Bugzilla – Attachment 102011 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: (follow-up) remove aqbooksellers.currency
Bug-18177-follow-up-remove-aqbooksellerscurrency.patch (text/plain), 855 bytes, created by
Jonathan Druart
on 2020-03-27 15:46:58 UTC
(
hide
)
Description:
Bug 18177: (follow-up) remove aqbooksellers.currency
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-03-27 15:46:58 UTC
Size:
855 bytes
patch
obsolete
>From 19ac862fc6a0397c8a221d125c2316580b5ab7cb Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 27 Mar 2020 16:46:30 +0100 >Subject: [PATCH] Bug 18177: (follow-up) remove aqbooksellers.currency > >There was an occurrence in tests >--- > t/db_dependent/Koha/Acquisition/Baskets.t | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/t/db_dependent/Koha/Acquisition/Baskets.t b/t/db_dependent/Koha/Acquisition/Baskets.t >index 45076f5c49..45a9071def 100644 >--- a/t/db_dependent/Koha/Acquisition/Baskets.t >+++ b/t/db_dependent/Koha/Acquisition/Baskets.t >@@ -36,7 +36,6 @@ my $num_of_baskets = Koha::Acquisition::Baskets->search->count; > > my $bookseller = Koha::Acquisition::Bookseller->new({ > name => 'Bookseller1', >- currency => 'USD', > })->store; > > my $basket = Koha::Acquisition::Basket->new({ >-- >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