|
@@ -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.