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"); ?> ...@@ -80,7 +80,7 @@ head("Einzahlen"); ?>
<?php $c = count($schnittstellen); <?php $c = count($schnittstellen);
for($i = 0; $i < $c; $i++){ ?> for($i = 0; $i < $c; $i++){ ?>
<option <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 } ?> <?php } ?>
</select> </select>
</p> </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