mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 04:26:44 +00:00
Merge pull request #1746 from matmair/human-readable-cur
make currency selection options human-readable
This commit is contained in:
commit
2b90190230
@ -28,7 +28,7 @@ def currency_code_mappings():
|
||||
"""
|
||||
Returns the current currency choices
|
||||
"""
|
||||
return [(a, a) for a in settings.CURRENCIES]
|
||||
return [(a, CURRENCIES[a].name) for a in settings.CURRENCIES]
|
||||
|
||||
|
||||
def currency_codes():
|
||||
|
Loading…
x
Reference in New Issue
Block a user