Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VMSone
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Designerscripte
VMSone
Commits
f56595e5
Commit
f56595e5
authored
5 years ago
by
Joel Kuder
Browse files
Options
Downloads
Plain Diff
Merge branch 'patch-16' into 'dev-3.0'
fixed selectbox currency display See merge request
!38
parents
b6c313e5
9df57c53
2 merge requests
!46
Release 3.0
,
!38
fixed selectbox currency display
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/konto/einzahlen.php
+1
-1
1 addition, 1 deletion
content/konto/einzahlen.php
with
1 addition
and
1 deletion
content/konto/einzahlen.php
+
1
−
1
View file @
f56595e5
...
@@ -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
][
'
schnittstell
e'
];
?>
</option>
value=
"
<?php
echo
$schnittstellen
[
$i
][
'schnittstelle'
];
?>
"
>
<?php
echo
$schnittstellen
[
$i
][
'
waehrung_nam
e'
];
?>
</option>
<?php
}
?>
<?php
}
?>
</select>
</select>
</p>
</p>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment