Passed
Push — master ( 10cb89...8c1e47 )
by Aimeos
03:36
created
admin/jqadm/templates/attribute/item-price-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
 									<div is="taxrates" v-bind:key="idx"
66 66
 										v-bind:name="'<?= $enc->attr( $this->formparam( array( 'price', 'idx', 'price.taxrates' ) ) ); ?>'.replace('idx', idx)"
67 67
 										v-bind:placeholder="'<?= $enc->attr( $this->translate( 'admin', 'Tax rate in %' ) ); ?>'"
68
-										v-bind:types="JSON.parse('<?= $enc->attr($this->config( 'admin/tax', [] ) ) ?>')"
68
+										v-bind:types="JSON.parse('<?= $enc->attr( $this->config( 'admin/tax', [] ) ) ?>')"
69 69
 										v-bind:tabindex="<?= $this->get( 'tabindex' ); ?>"
70 70
 										v-bind:readonly="checkSite('price.siteid', idx)"
71 71
 										v-bind:taxrates="items[idx]['price.taxrates']"
Please login to merge, or discard this patch.