Bugzilla – Attachment 100544 Details for
Bug 24839
branchtransfers does not deal with holds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24839: (QA follow-up) Remove unused variables
Bug-24839-QA-follow-up-Remove-unused-variables.patch (text/plain), 981 bytes, created by
Martin Renvoize (ashimema)
on 2020-03-11 11:28:46 UTC
(
hide
)
Description:
Bug 24839: (QA follow-up) Remove unused variables
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-03-11 11:28:46 UTC
Size:
981 bytes
patch
obsolete
>From b2c6b64fd6b4e2bd7f4aa1c2769ec57d1c330c38 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 11 Mar 2020 11:27:38 +0000 >Subject: [PATCH] Bug 24839: (QA follow-up) Remove unused variables > >Whilst QAing I spotted a couple of unused variables in the test.. no >harm in removing them ;) > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > t/db_dependent/Circulation/transferbook.t | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/t/db_dependent/Circulation/transferbook.t b/t/db_dependent/Circulation/transferbook.t >index 7010833fdd..835490351c 100644 >--- a/t/db_dependent/Circulation/transferbook.t >+++ b/t/db_dependent/Circulation/transferbook.t >@@ -28,8 +28,6 @@ use Koha::DateUtils qw( dt_from_string ); > my $builder = t::lib::TestBuilder->new; > > my $library = $builder->build( { source => 'Branch' } ); >-my @got; >-my @wanted; > > #Transfert on unknown barcode > my $item = $builder->build_sample_item(); >-- >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 24839
:
100459
|
100460
|
100461
|
100481
|
100482
|
100542
|
100543
| 100544