C4::Print - Koha module dealing with printing
use C4::Print;
The functions in this module handle sending text to a printer.
ITEM RESERVED: $itemdata->{'title'} ($itemdata->{'author'}) barcode: $itemdata->{'barcode'}
COLLECT AT: $branchname
BORROWER: $bordata->{'surname'}, $bordata->{'firstname'} card number: $bordata->{'cardnumber'} Phone: $bordata->{'phone'} $bordata->{'streetaddress'} $bordata->{'suburb'} $bordata->{'town'} $bordata->{'emailaddress'}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ EOF
&printslip($slip)
print a slip for the given $borrowernumber and $branchcode
Koha Development Team <http://koha-community.org/>
C4::Circulation::Circ2(3)