From 9df57c533361c345b85a402698d278d9c77604e2 Mon Sep 17 00:00:00 2001
From: Henoch Einbier <axcessor@hotmail.com>
Date: Mon, 13 Apr 2020 23:53:10 +0300
Subject: [PATCH] fixed selectbox currency display error

---
 content/konto/einzahlen.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/konto/einzahlen.php b/content/konto/einzahlen.php
index dabaaf2..a29356d 100644
--- a/content/konto/einzahlen.php
+++ b/content/konto/einzahlen.php
@@ -80,7 +80,7 @@ head("Einzahlen"); ?>
                 <?php $c = count($schnittstellen);
                 for($i = 0; $i < $c; $i++){ ?>
                     <option
-                        value="<?php echo $schnittstellen[$i]['schnittstelle']; ?>"><?php echo $schnittstellen[$i]['schnittstelle']; ?></option>
+                        value="<?php echo $schnittstellen[$i]['schnittstelle']; ?>"><?php echo $schnittstellen[$i]['waehrung_name']; ?></option>
                 <?php } ?>
             </select>
         </p>
-- 
GitLab