()

Type of Transaction: / ()

'; echo '
'.$loan['itemCode'].'
'; echo '
'.substr($loan['title'], 0, $sysconf['print']['receipt']['receipt_titleLength']); if (strlen($loan['title']) > $sysconf['print']['receipt']['receipt_titleLength']) { echo ' ...'; } echo '.
'; echo '
'.$loan['loanDate'].'
'; echo '
'.$loan['dueDate'].'
'; echo '
'; } } // loan extend if (isset($_SESSION['receipt_record']['extend'])) { foreach ($_SESSION['receipt_record']['extend'] as $ext) { echo '
'; echo '
'.$ext['itemCode'].'
'; #echo ''.substr($ext['title'], 0, 50).'...
-- extended --'; echo '
'.substr($ext['title'], 0, $sysconf['print']['receipt']['receipt_titleLength']); if (strlen($ext['title']) > $sysconf['print']['receipt']['receipt_titleLength']) { echo ' ...'; } echo '. (Loan Extended)
'; echo '
'.$ext['loanDate'].'
'; echo '
'.$ext['dueDate'].'
'; echo '
'; } } ?> $value) { if ($_SESSION['receipt_record']['extend'][$key]['itemCode'] == $_SESSION['receipt_record']['return'][$key]['itemCode']) { unset($_SESSION['receipt_record']['return'][$key]); } } } ?>
Type of Transaction: ()

'; echo '
'.$ret['itemCode'].'
'; echo '
'.substr($ret['title'], 0, $sysconf['print']['receipt']['receipt_titleLength']); if (strlen($ret['title']) > $sysconf['print']['receipt']['receipt_titleLength']) { echo ' ...'; } echo '.
'; echo '
'.$ret['returnDate'].'
'; if ($ret['overdues']) { echo ''.$ret['overdues']['days'].' days overdue'; } echo '
'; } ?>
Library Staf

Library member