Lines 118-124
sub checkout {
Link Here
|
118 |
foreach (@items) { |
118 |
foreach (@items) { |
119 |
my $recalls_allowed = Koha::CirculationRules->get_effective_rule( |
119 |
my $recalls_allowed = Koha::CirculationRules->get_effective_rule( |
120 |
{ |
120 |
{ |
121 |
branchcode => C4::Context->userenv->{'branch'}, |
121 |
branchcode => $self->pickup_library_id, |
122 |
categorycode => $self->patron->categorycode, |
122 |
categorycode => $self->patron->categorycode, |
123 |
itemtype => $_->effective_itemtype, |
123 |
itemtype => $_->effective_itemtype, |
124 |
rule_name => 'recalls_allowed', |
124 |
rule_name => 'recalls_allowed', |