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

(-)a/circ/returns.pl (-2 / +1 lines)
Lines 276-282 if ($barcode) { Link Here
276
    }
276
    }
277
277
278
    # make sure return branch respects home branch circulation rules, default to homebranch
278
    # make sure return branch respects home branch circulation rules, default to homebranch
279
    my $hbr = GetBranchItemRule($biblio->{'homebranch'}, $itemtype)->{'returnbranch'} || "homebranch";
279
    my $hbr = GetBranchItemRule($biblio->{'homebranch'}, $itemtype->{itemtype})->{'returnbranch'} || "homebranch";
280
    my $returnbranch = $biblio->{$hbr} ;
280
    my $returnbranch = $biblio->{$hbr} ;
281
281
282
    $template->param(
282
    $template->param(
283
- 

Return to bug 14842