Bug 27485: Rename system preference gist to TaxRates
authorMazen Khallaf <mazen.i.khallaf@gamil.com>
Wed, 20 Jan 2021 21:23:28 +0000 (21:23 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 22 Jan 2021 13:09:46 +0000 (14:09 +0100)
commit4ddf2e8ec01794b4d6eba5ab285e7772bb7a53d7
tree798301c4b19b3360bc5c19a1d53bc0074af5e882
parentc6009f32205c7b6c19a4dfe0346a1ebed0c05a71
Bug 27485: Rename system preference gist to TaxRates

Test Plan:

1. Create a vendor
2. Create a basket
3. Add an order to the basket (note the existence of the option 'gist'
4  Apply patch
5. Create another order (note the existence of the option 'TaxRates'
    instead)
6. Run 'prove t/Prices.t' to confirm the tests were successful
7. If everything above is correct then patch was successful

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
13 files changed:
acqui/basketgroup.pl
acqui/neworderempty.pl
acqui/orderreceive.pl
acqui/parcels.pl
acqui/supplier.pl
installer/data/mysql/atomicupdate/bug_27485-rename_syspref.perl [new file with mode: 0644]
installer/data/mysql/localization/de-DE/custom.sql
installer/data/mysql/mandatory/sysprefs.sql
installer/data/mysql/ru-RU/mandatory/system_preferences_full_optimal_for_install_only.sql
installer/data/mysql/ru-RU/mandatory/system_preferences_optimal_values_insert_only.sql
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref
t/Prices.t