Bugzilla – Attachment 121804 Details for
Bug 24434
C4::Circulation::updateWrongTransfer is never called but should be
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24434: (QA follow-up) Remove tab character [squashed]
Bug-24434-QA-follow-up-Remove-tab-character.patch (text/plain), 993 bytes, created by
Kyle M Hall (khall)
on 2021-06-10 16:20:39 UTC
(
hide
)
Description:
Bug 24434: (QA follow-up) Remove tab character [squashed]
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2021-06-10 16:20:39 UTC
Size:
993 bytes
patch
obsolete
>From 8c26f7fdc2386e14cd487b1f554187607ac7130d Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 10 Jun 2021 12:18:44 -0400 >Subject: [PATCH] Bug 24434: (QA follow-up) Remove tab character > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > circ/returns.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/circ/returns.pl b/circ/returns.pl >index 3dd21de1b2..e456e531f2 100755 >--- a/circ/returns.pl >+++ b/circ/returns.pl >@@ -405,7 +405,7 @@ if ( $messages->{'WrongTransfer'} and not $messages->{'WasTransfered'}) { > ); > > # Update the transfer to reflect the new item holdingbranch >- my $new_transfer = updateWrongTransfer($messages->{'WrongTransferItem'},$messages->{'WrongTransfer'}, $userenv_branch); >+ my $new_transfer = updateWrongTransfer($messages->{'WrongTransferItem'},$messages->{'WrongTransfer'}, $userenv_branch); > $template->param( > NewTransfer => $new_transfer->id > ); >-- >2.30.1 (Apple Git-130)
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 24434
:
97449
|
97550
|
99829
|
120625
|
120631
|
120632
|
120657
|
120658
|
120683
|
120684
|
120757
|
120758
|
121029
|
121030
|
121031
|
121032
|
121033
|
121034
|
121057
|
121058
|
121059
|
121060
|
121061
|
121071
|
121072
|
121073
|
121074
|
121075
|
121515
|
121702
|
121703
|
121704
|
121705
|
121706
|
121707
|
121798
|
121799
|
121800
|
121801
|
121802
|
121803
| 121804