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

(-)a/installer/onboarding.pl (-2 / +1 lines)
Lines 242-248 if ( $step == 5 ) { Link Here
242
        my $maxissueqty     = $input->param('maxissueqty');
242
        my $maxissueqty     = $input->param('maxissueqty');
243
        my $issuelength     = $input->param('issuelength');
243
        my $issuelength     = $input->param('issuelength');
244
        my $lengthunit      = $input->param('lengthunit');
244
        my $lengthunit      = $input->param('lengthunit');
245
        my $renewalsallowed = $input->param('renewalsallowed'); 
245
        my $renewalsallowed = $input->param('renewalsallowed');
246
        my $renewalperiod   = $input->param('renewalperiod');
246
        my $renewalperiod   = $input->param('renewalperiod');
247
        my $onshelfholds    = $input->param('onshelfholds') || 0;
247
        my $onshelfholds    = $input->param('onshelfholds') || 0;
248
        $maxissueqty =~ s/\s//g;
248
        $maxissueqty =~ s/\s//g;
249
- 

Return to bug 22489