205 |
INTO accountlines (borrowernumber, accountno, date, amount, description, accounttype, amountoutstanding) |
205 |
INTO accountlines (borrowernumber, accountno, date, amount, description, accounttype, amountoutstanding) |
206 |
VALUES ( ?, ?, now(), ?, 'Payment,thanks', 'Pay', 0)" |
206 |
VALUES ( ?, ?, now(), ?, 'Payment,thanks', 'Pay', 0)" |
208 |
$ins->execute($borrowernumber, $nextaccntno, $payment); |
209 |
$ins->execute($borrowernumber, $nextaccntno, $payment); |