From 41cb2715ab7e8a7b8924a68c4e27d980fad5d6fa 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' Content-Type: text/plain; charset=utf-8 Test plan: Read the patch. Signed-off-by: Marcel de Rooy --- 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.30.2