Währungen in Kleinbuchstaben und kleine Fixes
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
{{ with transform.Unmarshal .Content }}
|
||||
{{ if .items }}
|
||||
{{ range $record := .items }}
|
||||
{{ $pbCurrencies = $pbCurrencies | append (lower $record.id) }}
|
||||
{{ $pbCurrencies = $pbCurrencies | append $record.id }}
|
||||
{{ end }}
|
||||
{{ $pbOk = true }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user