View | Details | Raw Unified | Return to bug 15253
Collapse All | Expand All

(-)a/C4/SIP/ILS/Item.pm (-3 / +1 lines)
Lines 11-17 use warnings; Link Here
11
11
12
use Carp;
12
use Carp;
13
13
14
use C4::SIP::SIPServer;
14
#use C4::SIP::SIPServer;
15
use C4::SIP::ILS::Transaction;
15
use C4::SIP::ILS::Transaction;
16
16
17
use C4::Debug;
17
use C4::Debug;
Lines 107-113 sub new { Link Here
107
	bless $self, $type;
107
	bless $self, $type;
108
108
109
    C4::SIP::SIPServer::get_logger()->debug("new ILS::Item('$item_id'): found with title '$self->{title}'");
109
    C4::SIP::SIPServer::get_logger()->debug("new ILS::Item('$item_id'): found with title '$self->{title}'");
110
	   $item_id, $self->{title});
111
110
112
    return $self;
111
    return $self;
113
}
112
}
114
- 

Return to bug 15253