Bugzilla – Attachment 97500 Details for
Bug 24297
Record if a transfer was triggered 'manually'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24297: Record 'Manual' trigger transfers
Bug-24297-Record-Manual-trigger-transfers.patch (text/plain), 881 bytes, created by
Martin Renvoize (ashimema)
on 2020-01-17 11:26:46 UTC
(
hide
)
Description:
Bug 24297: Record 'Manual' trigger transfers
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-01-17 11:26:46 UTC
Size:
881 bytes
patch
obsolete
>From 4d7bdb1c977283bf3fe0d7bf3638419eb6cbdccd Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 17 Jan 2020 11:25:28 +0000 >Subject: [PATCH] Bug 24297: Record 'Manual' trigger transfers > >--- > circ/branchtransfers.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/circ/branchtransfers.pl b/circ/branchtransfers.pl >index f65402d412..ec868acfb8 100755 >--- a/circ/branchtransfers.pl >+++ b/circ/branchtransfers.pl >@@ -127,7 +127,7 @@ defined $barcode and $barcode =~ s/^\s*|\s*$//g; # FIXME: barcodeInputFilter > if ($barcode) { > > ( $transferred, $messages ) = >- transferbook( $tobranchcd, $barcode, $ignoreRs ); >+ transferbook( $tobranchcd, $barcode, $ignoreRs, 'Manual' ); > my $item = Koha::Items->find({ barcode => $barcode }); > $found = $messages->{'ResFound'}; > if ($transferred) { >-- >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 24297
:
97500
|
97541
|
100630