Bug 25440: Extra duplicated call to CGI->param method removed
authorAndrew Nugged <nugged@gmail.com>
Sun, 10 May 2020 10:54:29 +0000 (13:54 +0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 29 Jun 2020 11:44:05 +0000 (13:44 +0200)
commitb9ba7151667bc6481bc97335b94e44487c9701bd
tree0a3901506a280c2cbcba3ddbbf21eeb5fc4d5e79
parent61aa3f794240443f5c2c99adc016f0d80c7251d9
Bug 25440: Extra duplicated call to CGI->param method removed

In code CGI param 'no_auto_renewal_after_hard_limit' assigned to
"$no_auto_renewal_after_hard_limit" var, and then just in the next line
again variable "$no_auto_renewal_after_hard_limit" reassigned with
call to same "$input->param('no_auto_renewal_after_hard_limit')".

Fixed. No logic or results should be changed.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
admin/smart-rules.pl