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

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

Return to bug 15253