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

(-)a/C4/Circulation.pm (-2 / +1 lines)
Lines 374-380 sub transferbook { Link Here
374
374
375
sub TooMany {
375
sub TooMany {
376
    my $borrower        = shift;
376
    my $borrower        = shift;
377
	my $item_object = shift;
377
    my $item_object = shift;
378
    my $params = shift;
378
    my $params = shift;
379
    my $onsite_checkout = $params->{onsite_checkout} || 0;
379
    my $onsite_checkout = $params->{onsite_checkout} || 0;
380
    my $switch_onsite_checkout = $params->{switch_onsite_checkout} || 0;
380
    my $switch_onsite_checkout = $params->{switch_onsite_checkout} || 0;
381
- 

Return to bug 23404