View | Details | Raw Unified | Return to bug 35388
Collapse All | Expand All

(-)a/circ/transfers_to_send.pl (-1 / +4 lines)
Lines 17-22 Link Here
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
19
20
# Display items which have been triggered for transfer, but not yet sent.
21
# CAVEAT: Currently limited to transfers prompted by stockrotation only.
22
# See also bug 22569.
23
20
use Modern::Perl;
24
use Modern::Perl;
21
use CGI qw ( -utf8 );
25
use CGI qw ( -utf8 );
22
use C4::Context;
26
use C4::Context;
23
- 

Return to bug 35388