Clarify that the CURRENCY setting should be the ISO 4217 code of the currency (to work with the JS toLocaleString function)

This commit is contained in:
Bernd Bestel
2019-03-09 16:04:03 +01:00
parent 6de4b120b3
commit 5ba55823c9
2 changed files with 4 additions and 2 deletions

View File

@@ -4,3 +4,4 @@
- Improved the overview pages "button column" (e. g. hide more rarely used options behind a context/dropdown menu)
- Some JS files were not loaded correctly on case sensitive file systems
- The changelog is now included as markdown files (in `/changelog` directory, one file per release with a filename in format `<ReleaseNumber>_<Version>_<ReleaseDateIso>.md`) and shown in the about dialog
- Please review your `CURRENCY` setting in `data/config.php`, see also `config-dist.php` - this should be the ISO 4217 code of the currency to properly work with the JS `toLocaleString` function