720 |
. ' VALUES (?, ?, now(), ?, ?, ?, 0, ?, ?, ?)'; |
720 |
. ' VALUES (?, ?, now(), ?, ?, ?, 0, ?, ?, ?)'; |
722 |
$dbh->do( $insert, undef, $borrowernumber, $nextaccntno, $amount, |
722 |
$dbh->do( $insert, undef, $borrowernumber, $nextaccntno, $amount, |
723 |
"Payment, thanks - $user", 'Pay', $data->{'itemnumber'}, $manager_id, $payment_note); |
723 |
'', 'Pay', $data->{'itemnumber'}, $manager_id, $payment_note); |