my $copy = $self->copy;
if($copy) {
- $logger->debug("ciculator: Pre-cat copy already exists in checkout: ID=" . $copy->id);
+ $logger->debug("circulator: Pre-cat copy already exists in checkout: ID=" . $copy->id);
$copy->editor($self->editor->requestor->id);
$copy->edit_date('now');
my $count = $self->noncat_count || 1;
my $cotime = clense_ISO8601($self->checkout_time) || "";
- $logger->info("ciculator: circ creating $count noncat circs with checkout time $cotime");
+ $logger->info("circulator: circ creating $count noncat circs with checkout time $cotime");
for(1..$count) {
if(!$notifier->event) {
- $logger->info("ciculator: attempt at sending hold notification for hold $holdid");
+ $logger->info("circulator: attempt at sending hold notification for hold $holdid");
my $stat = $notifier->send_email_notify;
if( $stat == '1' ) {
- $logger->info("ciculator: hold notify succeeded for hold $holdid");
+ $logger->info("circulator: hold notify succeeded for hold $holdid");
return;
}
- $logger->warn("ciculator: * hold notify failed for hold $holdid");
+ $logger->warn("circulator: * hold notify failed for hold $holdid");
} else {
- $logger->info("ciculator: Not sending hold notification since the patron has no email address");
+ $logger->info("circulator: Not sending hold notification since the patron has no email address");
}
}
$self->mk_script_runner;
}
- $logger->activity("ciculator: circ_permit_renew for user ".
+ $logger->activity("circulator: circ_permit_renew for user ".
$self->patron->id." returned events: @$events") if @$events;
$self->push_events(OpenILS::Event->new($_)) for @$events;