|
Lines 555-561
elsif ( $op eq "cud-add-open-article-requests-limit" ) {
Link Here
|
| 555 |
} |
555 |
} |
| 556 |
elsif ( $op eq "cud-set-article-request-fee" ) { |
556 |
elsif ( $op eq "cud-set-article-request-fee" ) { |
| 557 |
|
557 |
|
| 558 |
my $category = $input->param('categorycode'); |
558 |
my $category = $input->param('article_request_fee_category'); |
| 559 |
my $fee = strip_non_numeric( scalar $input->param('article_request_fee') ); |
559 |
my $fee = strip_non_numeric( scalar $input->param('article_request_fee') ); |
| 560 |
|
560 |
|
| 561 |
Koha::Exception->throw("No value passed for article request fee") |
561 |
Koha::Exception->throw("No value passed for article request fee") |
| 562 |
- |
|
|