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

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

Return to bug 25440