Bugzilla – Attachment 100630 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), 1.08 KB, created by
Nick Clemens (kidclamp)
on 2020-03-12 12:55:35 UTC
(
hide
)
Description:
Bug 24297: Record 'Manual' trigger transfers
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-03-12 12:55:35 UTC
Size:
1.08 KB
patch
obsolete
>From dd2382874fb71a72d5bb3faf54ca3fed4f2b8ed1 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 > >To test: >1 - Apply patches, restart_all >2 - Gi to Circulation->Transfer >3 - Transfer an item >4 - Check the branch transfers table >5 - The reason is set to 'Manual' > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > circ/branchtransfers.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/circ/branchtransfers.pl b/circ/branchtransfers.pl >index ddca4f5e4d..ea9b289d32 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.11.0
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