@@ -, +, @@ --- Koha/Accounts.pm | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) --- a/Koha/Accounts.pm +++ a/Koha/Accounts.pm @@ -198,6 +198,7 @@ sub DebitLostItem { $params->{amount} = $item->replacementprice(); $params->{itemnumber} = $item->itemnumber(); $params->{issue_id} = $issue->issue_id(); + $params->{description} = "Lost Item " . $issue->item()->biblio()->title() . " " . $issue->item()->barcode(); #TODO: Shouldn't we have a default replacement price as a syspref? if ( $params->{amount} ) { --