|
Lines 463-471
elsif ($op eq "add-branch-item") {
Link Here
|
| 463 |
my $hold_fulfillment_policy = $input->param('hold_fulfillment_policy'); |
463 |
my $hold_fulfillment_policy = $input->param('hold_fulfillment_policy'); |
| 464 |
my $returnbranch = $input->param('returnbranch'); |
464 |
my $returnbranch = $input->param('returnbranch'); |
| 465 |
|
465 |
|
| 466 |
$holdallowed =~ s/\s//g; |
|
|
| 467 |
$holdallowed = undef if $holdallowed !~ /^\d+/; |
| 468 |
|
| 469 |
if ($branch eq "*") { |
466 |
if ($branch eq "*") { |
| 470 |
if ($itemtype eq "*") { |
467 |
if ($itemtype eq "*") { |
| 471 |
Koha::CirculationRules->set_rules( |
468 |
Koha::CirculationRules->set_rules( |
| 472 |
- |
|
|