# all of my open holds
- my $holds = $self->{editor}->search_action_hold_request({
+ my $holds = $self->{editor}->search_action_hold_request({
usr => $self->{user}->id,
fulfillment_time => undef,
cancel_time => undef
# force_bc -- return barcode data regardless of msg64_summary_datatype
sub charged_items {
- my ($self, $start, $end, $ids_only, $force_bc) = shift;
+ my ($self, $start, $end, $force_bc, $ids_only) = shift;
$self->__patron_items_info();
my $self = shift;
my $sip = shift;
- my $barcodes = $self->patron->charged_items(undef, undef, 0, 1);
+ my $barcodes = $self->patron->charged_items(undef, undef, 1);
syslog('LOG_INFO', "OILS: RenewalAll for user ".
$self->patron->{id} ." and items [@$barcodes]");