@@ -112,11 +112,14 @@ |
||
| 112 | 112 | </select> |
| 113 | 113 | </div> |
| 114 | 114 | </div> |
| 115 | - <?php else : ?> |
|
| 115 | + <?php else { |
|
| 116 | + : ?> |
|
| 116 | 117 | <input class="item-type" type="hidden" |
| 117 | 118 | v-bind:name="'<?= $enc->attr( $this->formparam( array( 'selection', 'idx', 'product.type' ) ) ) ?>'.replace('idx', idx)" |
| 118 | 119 | value="<?= $enc->attr( $types->firstKey() ) ?>" /> |
| 119 | - <?php endif; ?> |
|
| 120 | + <?php endif; |
|
| 121 | +} |
|
| 122 | +?> |
|
| 120 | 123 | <div class="form-group row mandatory"> |
| 121 | 124 | <label class="col-lg-4 form-control-label help"><?= $enc->html( $this->translate( 'admin', 'SKU' ) ); ?></label> |
| 122 | 125 | <div class="col-lg-8"> |