652 |
my ( $borrowernumber, $fee, $title ) = @_; |
652 |
my ( $borrowernumber, $fee, $title ) = @_; |
655 |
INSERT INTO accountlines ( borrowernumber, accountno, date, amount, description, accounttype, amountoutstanding ) VALUES (?, ?, NOW(), ?, ?, 'Res', ?) |
655 |
INSERT INTO accountlines ( borrowernumber, accountno, date, amount, description, accounttype, amountoutstanding ) VALUES (?, ?, NOW(), ?, ?, 'Res', ?) |