Bug 26290: Display the correct default values on the admin page
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 2 Oct 2020 10:07:15 +0000 (12:07 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 2 Oct 2020 13:27:18 +0000 (15:27 +0200)
commit80fa9a998f00710d53c70c700285a93767d85f00
tree188aff13ab22e280faa0e6a165df58ae83942392
parent3e562a0da3fca591e8facc8ca6381bcb17811553
Bug 26290: Display the correct default values on the admin page

The "Default configuration" section at the top of the SMTP servers admin page
contains the hardcoded values in Koha::SMTP::Servers->default_setting.

It should be the values from the config (and default to hardcoded values unless defined)

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