X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8add0ccd27ab0ff17256b74dccd1f761c0d09182..de8868c:/SL/OE.pm diff --git a/SL/OE.pm b/SL/OE.pm index 5bf2a3da9..bfa43f235 100644 --- a/SL/OE.pm +++ b/SL/OE.pm @@ -1296,7 +1296,9 @@ sub order_details { $sth->finish; } - map { push @{ $form->{TEMPLATE_ARRAYS}->{"ic_cvar_$_->{name}"} }, $form->{"ic_cvar_$_->{name}_$i"} } @{ $ic_cvar_configs }; + push @{ $form->{TEMPLATE_ARRAYS}->{"ic_cvar_$_->{name}"} }, + CVar->format_to_template(CVar->parse($form->{"ic_cvar_$_->{name}_$i"}, $_), $_) + for @{ $ic_cvar_configs }; } }