Koha::Exceptions::Account::UnrecognisedType->throw(
error => 'Type of credit not recognised' );
}
else {
$_->rethrow;
};
return $line;
-