Bugzilla – Attachment 185944 Details for
Bug 40331
Extra transfer generated when transfer for hold cancelled due to checkin at incorrect library
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40331: (follow-up) Adjust t/db_dependent/Circulation/transfers.t
Bug-40331-follow-up-Adjust-tdbdependentCirculation.patch (text/plain), 1.18 KB, created by
Nick Clemens (kidclamp)
on 2025-08-29 17:10:51 UTC
(
hide
)
Description:
Bug 40331: (follow-up) Adjust t/db_dependent/Circulation/transfers.t
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2025-08-29 17:10:51 UTC
Size:
1.18 KB
patch
obsolete
>From a76542c1e813fd242938140c093f947f205b814d Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 29 Aug 2025 17:10:08 +0000 >Subject: [PATCH] Bug 40331: (follow-up) Adjust > t/db_dependent/Circulation/transfers.t > >--- > t/db_dependent/Circulation/transfers.t | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/t/db_dependent/Circulation/transfers.t b/t/db_dependent/Circulation/transfers.t >index 016238ed224..a7bef7525fa 100755 >--- a/t/db_dependent/Circulation/transfers.t >+++ b/t/db_dependent/Circulation/transfers.t >@@ -62,6 +62,7 @@ $dbh->do(q|DELETE FROM branchtransfers|); > # Add branches > my $branchcode_1 = $builder->build( { source => 'Branch', } )->{branchcode}; > my $branchcode_2 = $builder->build( { source => 'Branch', } )->{branchcode}; >+my $branchcode_3 = $builder->build( { source => 'Branch', } )->{branchcode}; > > # Add itemtype > my $itemtype = $builder->build( { source => 'Itemtype' } )->{itemtype}; >@@ -256,7 +257,7 @@ my $transfer = Koha::Item::Transfers->search()->next(); > ModItemTransfer( > $item_id1, > $branchcode_1, >- $branchcode_2, >+ $branchcode_3, > $trigger > ); > $transfer->{_result}->discard_changes; >-- >2.39.5
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 40331
:
184629
|
184653
|
185814
| 185944