]> wagnertech.de Git - mfinanz.git/blobdiff - SL/OE.pm
typ customer korrekt ans template system übergeben
[mfinanz.git] / SL / OE.pm
index 61360996b658c813bdf6b11154ccbdca52ab25b8..cfe5e25b152ece29ce12c3a45c33b722e240f172 100644 (file)
--- a/SL/OE.pm
+++ b/SL/OE.pm
@@ -1293,7 +1293,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 };
     }
   }