From 1e3d845b5193a66cb04133adab2ce3e74a7d353c Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 23 Nov 2023 09:00:59 +0000 Subject: [PATCH] Bug 35388: Add comment to 'Transfers to send' Test plan: Read the patch. Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer (cherry picked from commit c6fa96eecae4a0f0de95977d8cf032cb9ee941bf) Signed-off-by: Fridolin Somers --- circ/transfers_to_send.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/circ/transfers_to_send.pl b/circ/transfers_to_send.pl index 865b9048df..e284657a15 100755 --- a/circ/transfers_to_send.pl +++ b/circ/transfers_to_send.pl @@ -17,6 +17,10 @@ # You should have received a copy of the GNU General Public License # along with Koha; if not, see . +# Display items which have been triggered for transfer, but not yet sent. +# CAVEAT: Currently limited to transfers prompted by stockrotation only. +# See also bug 22569. + use Modern::Perl; use CGI qw ( -utf8 ); use C4::Context; -- 2.20.1