Passed
Push — master ( 516671...5b7841 )
by Aimeos
04:51
created
admin/jqadm/templates/product/item-stock-standard.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,9 +70,12 @@
 block discarded – undo
70 70
 							v-bind:readonly="checkSite(idx)"
71 71
 							v-bind:value="item['stock.type']" >
72 72
 						</select>
73
-					<?php else : ?>
73
+					<?php else {
74
+	: ?>
74 75
 						<input class="item-type" type="hidden"
75
-							v-bind:name="'<?= $enc->attr( $this->formparam( ['stock', 'idx', 'stock.type'] ) ); ?>'.replace( 'idx', idx )"
76
+							v-bind:name="'<?= $enc->attr( $this->formparam( ['stock', 'idx', 'stock.type'] ) );
77
+}
78
+?>'.replace( 'idx', idx )"
76 79
 							value="<?= $enc->attr( key( $stockTypes ) ); ?>" />
77 80
 					<?php endif; ?>
78 81
 				</td>
Please login to merge, or discard this patch.