Bugzilla – Attachment 130720 Details for
Bug 30072
Add more holds hooks
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30072: (follow-up) Silence useless warning
Bug-30072-follow-up-Silence-useless-warning.patch (text/plain), 1.15 KB, created by
Martin Renvoize (ashimema)
on 2022-02-17 11:44:08 UTC
(
hide
)
Description:
Bug 30072: (follow-up) Silence useless warning
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-02-17 11:44:08 UTC
Size:
1.15 KB
patch
obsolete
>From 8e8a183adef68cb337fd3170cfb2581a31ddbcfc Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 11 Feb 2022 15:35:31 -0300 >Subject: [PATCH] Bug 30072: (follow-up) Silence useless warning > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > t/db_dependent/Koha/Plugins/Holds_hooks.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/db_dependent/Koha/Plugins/Holds_hooks.t b/t/db_dependent/Koha/Plugins/Holds_hooks.t >index 2f56ce1081..04d19929ca 100755 >--- a/t/db_dependent/Koha/Plugins/Holds_hooks.t >+++ b/t/db_dependent/Koha/Plugins/Holds_hooks.t >@@ -66,6 +66,7 @@ subtest 'after_hold_create() hook tests' => sub { > my $test_plugin = Test::MockModule->new('Koha::Plugin::Test'); > $test_plugin->mock( 'after_item_action', undef ); > $test_plugin->mock( 'after_biblio_action', undef ); >+ $test_plugin->mock( 'item_barcode_transform', undef ); > > my $biblio = $builder->build_sample_biblio(); > my $item_1 = $builder->build_sample_item( { biblionumber => $biblio->biblionumber } ); >-- >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 30072
:
130517
|
130518
|
130519
|
130522
|
130523
|
130524
|
130621
|
130622
|
130623
|
130624
|
130718
|
130719
| 130720 |
130721
|
130722
|
130723
|
131366
|
134005