Skip to content

Commit e5f9f24

Browse files
author
Oleksii Korshenko
authored
MAGETWO-87941: Fixes #12791 - Use a selector to only select the correct tax rate sel… #13643
2 parents 95cf0ed + 5f4d3d2 commit e5f9f24

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Tax/view/adminhtml/templates/rule

1 file changed

+1
-0
lines changed

app/code/Magento/Tax/view/adminhtml/templates/rule/edit.phtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ require([
111111

112112
TaxRateEditableMultiselect.prototype.init = function () {
113113
var options = {
114+
mselectContainer: '#tax_rate + section.mselect-list',
114115
toggleAddButton:false,
115116
addText: '<?= /* @escapeNotVerified */ __('Add New Tax Rate') ?>',
116117
parse: null,

0 commit comments

Comments
 (0)