Lines 278-283
if ($barcode) {
Link Here
|
278 |
); |
278 |
); |
279 |
} |
279 |
} |
280 |
} |
280 |
} |
|
|
281 |
elsif($itemtype->checkinmsgtype eq 'question' && $accept == '1'){ |
282 |
$template->param( |
283 |
checkinmsgtype => "accepted", |
284 |
); |
285 |
} |
286 |
elsif($itemtype->checkinmsgtype eq 'question' && $accept == '2'){ |
287 |
$template->param( |
288 |
checkinmsgtype => "rejected", |
289 |
); |
290 |
} |
281 |
|
291 |
|
282 |
# make sure return branch respects home branch circulation rules, default to homebranch |
292 |
# make sure return branch respects home branch circulation rules, default to homebranch |
283 |
my $hbr = GetBranchItemRule($biblio->{'homebranch'}, $itemtype ? $itemtype->itemtype : undef )->{'returnbranch'} || "homebranch"; |
293 |
my $hbr = GetBranchItemRule($biblio->{'homebranch'}, $itemtype ? $itemtype->itemtype : undef )->{'returnbranch'} || "homebranch"; |