Bugzilla – Attachment 158521 Details for
Bug 21159
Update item shelving location (952$c) on checkout
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21159: Remove redundant mock
Bug-21159-Remove-redundant-mock.patch (text/plain), 1019 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2023-11-06 14:03:47 UTC
(
hide
)
Description:
Bug 21159: Remove redundant mock
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-11-06 14:03:47 UTC
Size:
1019 bytes
patch
obsolete
>From eb85acfcdc4d8b525c5c5ae01a01a5cf7dd40545 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 6 Nov 2023 09:59:27 -0300 >Subject: [PATCH] Bug 21159: Remove redundant mock > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/db_dependent/Circulation/issue.t | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/t/db_dependent/Circulation/issue.t b/t/db_dependent/Circulation/issue.t >index 61f0ec6e37a..c9cd7f26ffa 100755 >--- a/t/db_dependent/Circulation/issue.t >+++ b/t/db_dependent/Circulation/issue.t >@@ -483,7 +483,6 @@ my $itemnumber2 = Koha::Item->new( > t::lib::Mocks::mock_preference( 'UpdateItemLocationOnCheckout', q{} ); > t::lib::Mocks::mock_preference( 'UpdateItemLocationOnCheckin', q{} ); > >-t::lib::Mocks::mock_preference( 'UpdateItemLocationOnCheckin', q{} ); > AddReturn( 'barcode_4', $branchcode_1 ); > my $item2 = Koha::Items->find( $itemnumber2 ); > ok( $item2->location eq 'FIC', 'UpdateItemLocationOnCheckin does not modify value when not enabled' ); >-- >2.42.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 21159
:
77487
|
77549
|
77594
|
77775
|
77859
|
77869
|
77870
|
77871
|
80892
|
80893
|
80894
|
80895
|
87037
|
87038
|
87041
|
87693
|
87694
|
87695
|
139097
|
139098
|
139099
|
139103
|
139104
|
139105
|
139106
|
139107
|
139108
|
139109
|
139220
|
146602
|
146603
|
146604
|
146605
|
146606
|
146607
|
146608
|
154147
|
154148
|
154149
|
154150
|
154151
|
154152
|
155284
|
155285
|
155771
|
155772
|
155773
|
155774
|
158146
|
158147
|
158149
|
158150
|
158169
|
158170
|
158171
|
158172
|
158173
| 158521 |
158522