2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 05:25:42 +00:00

Implement default currency selection

- Add 'choices' option to InvenTreeSetting class
- Add support for ChoiceField in InvenTreeSetting form
This commit is contained in:
Oliver Walters
2020-11-10 17:08:08 +11:00
parent 48c20c600a
commit 978fd7c683
3 changed files with 46 additions and 2 deletions

View File

@ -17,6 +17,7 @@
<tbody>
{% include "InvenTree/settings/setting.html" with key="INVENTREE_INSTANCE" %}
{% include "InvenTree/settings/setting.html" with key="INVENTREE_COMPANY_NAME" %}
{% include "InvenTree/settings/setting.html" with key="INVENTREE_DEFAULT_CURRENCY" %}
</tbody>
</table>