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

(-)a/admin/smart-rules.pl (-2 / +1 lines)
Lines 289-295 elsif ($op eq 'add') { Link Here
289
    my $opacitemholds = $input->param('opacitemholds') || 0;
289
    my $opacitemholds = $input->param('opacitemholds') || 0;
290
    my $article_requests = $input->param('article_requests') || 'no';
290
    my $article_requests = $input->param('article_requests') || 'no';
291
    my $overduefinescap = $input->param('overduefinescap') || '';
291
    my $overduefinescap = $input->param('overduefinescap') || '';
292
    my $cap_fine_to_replacement_price = $input->param('cap_fine_to_replacement_price') eq 'on';
292
    my $cap_fine_to_replacement_price = ($input->param('cap_fine_to_replacement_price') || '') eq 'on';
293
    my $note = $input->param('note');
293
    my $note = $input->param('note');
294
    $debug and warn "Adding $br, $bor, $itemtype, $fine, $maxissueqty, $maxonsiteissueqty, $cap_fine_to_replacement_price";
294
    $debug and warn "Adding $br, $bor, $itemtype, $fine, $maxissueqty, $maxonsiteissueqty, $cap_fine_to_replacement_price";
295
295
296
- 

Return to bug 25440