zvt: add some currency codes

Add the currency codes for CHF, GBP and USD to the list of currency codes.

ZVT is used mainly in german speaking countries. The currencies above plus
EUR should cover most use cases. If necessary, we can add more currency
codes from https://en.wikipedia.org/wiki/ISO_4217.
This commit is contained in:
Martin Kaiser 2022-07-31 21:24:45 +02:00
parent 80f16015e2
commit 210a891fb7
1 changed files with 3 additions and 0 deletions

View File

@ -322,6 +322,9 @@ static value_string_ext ctrl_field_ext = VALUE_STRING_EXT_INIT(ctrl_field);
/* ISO 4217 currency codes */
static const value_string zvt_cc[] = {
{ 0x0756, "CHF" },
{ 0x0826, "GBP" },
{ 0x0840, "USD" },
{ 0x0978, "EUR" },
{ 0, NULL }
};