@@ -, +, @@ --- circ/transfers_to_send.pl | 4 ++++ 1 file changed, 4 insertions(+) --- a/circ/transfers_to_send.pl +++ a/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; --