sub {
# Insert the account line
$line = Koha::Account::Line->new(
$line = Koha::Account::Debit->new(
{
borrowernumber => $self->{patron_id},
date => \'NOW()',
-