X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/41293e59a4d58f5dc80d9263bb55972be843961b..1a106c11e3f0e22b84e92d6f52c232b5b47d3d99:/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 }; } }