From 3eba4187beeae56e43d0c5f5610ca04097a1d6c3 Mon Sep 17 00:00:00 2001 From: Hayley Mapley Date: Tue, 12 Mar 2019 02:34:20 +0000 Subject: [PATCH] Modified to pass QA tests https://bugs.koha-community.org/show_bug.cgi?id=22489 --- installer/onboarding.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/onboarding.pl b/installer/onboarding.pl index ae729fc628..54536cf465 100755 --- a/installer/onboarding.pl +++ b/installer/onboarding.pl @@ -242,7 +242,7 @@ if ( $step == 5 ) { my $maxissueqty = $input->param('maxissueqty'); my $issuelength = $input->param('issuelength'); my $lengthunit = $input->param('lengthunit'); - my $renewalsallowed = $input->param('renewalsallowed'); + my $renewalsallowed = $input->param('renewalsallowed'); my $renewalperiod = $input->param('renewalperiod'); my $onshelfholds = $input->param('onshelfholds') || 0; $maxissueqty =~ s/\s//g; -- 2.11.0