Währungen in Kleinbuchstaben und kleine Fixes

This commit is contained in:
2026-05-29 01:17:34 +02:00
parent f1d88eda64
commit 3631674ee3
8 changed files with 17 additions and 22 deletions

View File

@@ -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 }}