Skip to content
Snippets Groups Projects
Commit 9df57c53 authored by Henoch Einbier's avatar Henoch Einbier
Browse files

fixed selectbox currency display error

parent b6c313e5
......@@ -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>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment