Bugzilla – Attachment 119760 Details for
Bug 27896
Remove C4::Circulation::DeleteTransfer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27896: (follow-up) Fix Typo
Bug-27896-follow-up-Fix-Typo.patch (text/plain), 839 bytes, created by
Kyle M Hall (khall)
on 2021-04-16 15:47:26 UTC
(
hide
)
Description:
Bug 27896: (follow-up) Fix Typo
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2021-04-16 15:47:26 UTC
Size:
839 bytes
patch
obsolete
>From 558b95173c97410c0342303696b7dc76a1183a94 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 9 Apr 2021 08:18:43 +0100 >Subject: [PATCH] Bug 27896: (follow-up) Fix Typo > >Signed-off-by: Petro Vashchuk <stalkernoid@gmail.com> > >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 d81cd35e24..768a58ebc6 100755 >--- a/circ/returns.pl >+++ b/circ/returns.pl >@@ -228,7 +228,7 @@ if ($dotransfer){ > } > > if ($canceltransfer){ >- my $item = Koha::Item->find($itemnumber); >+ my $item = Koha::Items->find($itemnumber); > my $transfer = $item->get_transfer; > $transfer->cancel({ reason => 'Manual', force => 1}); > if($dest eq "ttr"){ >-- >2.24.3 (Apple Git-128)
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 27896
:
117927
|
117928
|
119345
|
119347
|
119348
|
119349
|
119758
|
119759
| 119760 |
119761