af148f92b4
Part 2/2 - optional files. Changes: - Deleted unnecessary files - Translated description files and some values in sql files To test: - Aplly patch - Run webinstaller on empty database (drop database and create new if necessary) - Verify everything works, especially verify you have permission to all modules, eg. Tools, Catalouging etc. - Check spelling and grammar if you can :) Signed-off-by: Chris <chris@bigballofwax.co.nz> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
5 lines
170 B
SQL
5 lines
170 B
SQL
INSERT INTO `currency` (currency, rate, symbol, active) VALUES
|
|
('PLN', 1.0, 'zł', '1'),
|
|
('USD', .2988, '$', '0'),
|
|
('GBP', .1903, '£', '0'),
|
|
('EUR', .2403, '€', '0');
|