]> git.koha-community.org Git - koha.git/commit
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)
committerLucas Gass <lucas@bywatersolutions.com>
Mon, 13 Jul 2020 17:04:27 +0000 (17:04 +0000)
commit1ccee84ddcaac20194042cb3d59163628442030f
treed8fff80014cc0144cc8cacb65905dc3e3c37cbdb
parent1c54f8545611b43672867ac7a34dd8a0c20c20a4
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>
(cherry picked from commit b9ba7151667bc6481bc97335b94e44487c9701bd)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
admin/smart-rules.pl