@@ -, +, @@ --- misc/cronjobs/overdue_notices.pl | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) --- a/misc/cronjobs/overdue_notices.pl +++ a/misc/cronjobs/overdue_notices.pl @@ -504,7 +504,8 @@ END_SQL items => \@items, substitute => { # this appears to be a hack to overcome incomplete features in this code. bib => $branch_details->{'branchname'}, # maybe 'bib' is a typo for 'lib'? - 'items.content' => $titles + 'items.content' => $titles, + 'count' => $itemcount, } } ); --