@@ -, +, @@ --- C4/SIP/ILS/Item.pm | 1 + misc/cronjobs/advance_notices.pl | 1 + 2 files changed, 2 insertions(+) --- a/C4/SIP/ILS/Item.pm +++ a/C4/SIP/ILS/Item.pm @@ -65,6 +65,7 @@ use Koha::Items; hold_queue => [], }, ); + =cut sub new { --- a/misc/cronjobs/advance_notices.pl +++ a/misc/cronjobs/advance_notices.pl @@ -163,6 +163,7 @@ any field from the branches table The F program allows you to send messages to patrons when their messages are overdue. + =cut binmode( STDOUT, ':encoding(UTF-8)' ); --