@@ -, +, @@ --- svc/checkouts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/svc/checkouts +++ a/svc/checkouts @@ -171,7 +171,7 @@ while ( my $c = $sth->fetchrow_hashref() ) { author => $c->{author}, barcode => $c->{barcode}, itemtype => $item_level_itypes ? $c->{itype} : $c->{itemtype}, - itemtype_description => $itemtype->translated_description, + itemtype_description => $itemtype ? $itemtype->translated_description : q{}, location => $location, homebranch => $c->{homebranch}, itemnotes => $c->{itemnotes}, --