Browse Source

revert beautify orderform

andre 4 years ago
parent
commit
d7e1738198
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/configureproduct.tpl

+ 1 - 1
templates/configureproduct.tpl

@@ -276,7 +276,7 @@ var _localLang = {
                             </div>
 
                             <div class="field-container">
-                                {foreach name=customfields $customfields as $customfield}
+                                {foreach $customfields as $customfield}
                                     <div class="form-group">
                                         <label for="customfield{$customfield.id}">{$customfield.name}</label>
                                         {$customfield.input}