Skip to content

Commit 5f4d3d2

Browse files
MAGETWO-87941: Fixes #12791 - Use a selector to only select the correct tax rate sel… #13643
- Merge Pull Request #13643 from hostep/magento2:fix-for-issue-12791 - Merged commits: 1. a992724
2 parents 6ae181a + a992724 commit 5f4d3d2

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)