<<

NAME

C4::Print - Koha module dealing with printing

SYNOPSIS

  use C4::Print;

DESCRIPTION

The functions in this module handle sending text to a printer.

FUNCTIONS

NetworkPrint

  &NetworkPrint($text)

Queue some text for printing on the selected branch printer

AUTHOR

Koha Development Team <http://koha-community.org/>

SEE ALSO

C4::Circulation::Circ2(3)

<<