Skip to content
Snippets Groups Projects
Commit f56595e5 authored by Joel Kuder's avatar Joel Kuder
Browse files

Merge branch 'patch-16' into 'dev-3.0'

fixed selectbox currency display

See merge request !38
parents b6c313e5 9df57c53
2 merge requests!46Release 3.0,!38fixed selectbox currency display
......@@ -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