Commit 45aaed14de6fe639e270fa7dd25e1e489baac107
1 parent
f80eed39
Mail Order save template and send dev
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
common/widgets/views/order.php
@@ -75,7 +75,7 @@ | @@ -75,7 +75,7 @@ | ||
75 | </tr> | 75 | </tr> |
76 | </thead> | 76 | </thead> |
77 | <tbody> | 77 | <tbody> |
78 | - <?php foreach (echo $params['variants'] as $thisItem) { ?> | 78 | + <?php foreach ( $params['variants'] as $thisItem) { ?> |
79 | <tr> | 79 | <tr> |
80 | <!-- <td style="padding: 0; vertical-align: top; line-height: 0; text-align: left; border-bottom: 1px solid #ddd; border-left: 1px solid #eee;">--> | 80 | <!-- <td style="padding: 0; vertical-align: top; line-height: 0; text-align: left; border-bottom: 1px solid #ddd; border-left: 1px solid #eee;">--> |
81 | <!-- <img src="" width="150">--> | 81 | <!-- <img src="" width="150">--> |