Bugzilla – Attachment 96473 Details for
Bug 22569
Add a 'Transfers to send' report
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Reverse transferstosend controller
Reverse-transferstosend-controller.patch (text/plain), 1.49 KB, created by
Martin Renvoize (ashimema)
on 2019-12-19 06:53:15 UTC
(
hide
)
Description:
Reverse transferstosend controller
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-12-19 06:53:15 UTC
Size:
1.49 KB
patch
obsolete
>From 488a1fb2d9278912e3d5d17da97b2f240aa73164 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 18 Dec 2019 20:51:34 +0000 >Subject: [PATCH] Reverse transferstosend controller > >https://bugs.koha-community.org/show_bug.cgi?id=22569 >--- > circ/transferstosend.pl | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > >diff --git a/circ/transferstosend.pl b/circ/transferstosend.pl >index 3283d14365..adfdbd0846 100755 >--- a/circ/transferstosend.pl >+++ b/circ/transferstosend.pl >@@ -45,15 +45,15 @@ my $branchcode = C4::Context->userenv->{'branch'}; > # transfers prompted by stockrotation > my @transfers = Koha::Libraries->search( > { >- 'branchtransfers_frombranches.frombranch' => $branchcode, >- 'branchtransfers_frombranches.datesent' => { '!=' => undef }, >- 'branchtransfers_frombranches.datearrived' => undef, >- 'branchtransfers_frombranches.comments' => >+ 'branchtransfers_tobranches.frombranch' => $branchcode, >+ 'branchtransfers_tobranches.datesent' => { '!=' => undef }, >+ 'branchtransfers_tobranches.datearrived' => undef, >+ 'branchtransfers_tobranches.comments' => > [ "StockrotationAdvance", "StockrotationRepatriation" ] > }, > { >- prefetch => 'branchtransfers_frombranches', >- order_by => 'branchtransfers_frombranches.frombranch' >+ prefetch => 'branchtransfers_tobranches', >+ order_by => 'branchtransfers_tobranches.tobranch' > } > ); > >-- >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 22569
:
90458
|
90477
|
90486
|
90487
|
94650
|
94651
|
94658
|
94659
|
96471
|
96472
|
96473
|
96474
|
96475
|
96478
|
96479
|
96516
|
96517
|
97392
|
97393
|
107258
|
107259
|
107260
|
107306
|
107307
|
107308
|
110284
|
110285
|
110286
|
110543
|
110544
|
110545
|
116572
|
116573
|
117612
|
117613
|
117840
|
117841
|
117842
|
117843
|
117847
|
117848
|
117878
|
117879
|
117880
|
117881