diff --git a/C4/SIP/ILS/Item.pm b/C4/SIP/ILS/Item.pm index 12bf1aac5e..4e5441f449 100644 --- a/C4/SIP/ILS/Item.pm +++ b/C4/SIP/ILS/Item.pm @@ -105,7 +105,7 @@ sub new { bless $self, $type; syslog("LOG_DEBUG", "new ILS::Item('%s'): found with title '%s'", - $item_id, $self->{title}); + $item_id, $self->{title}//'' ); return $self; }