Skip to content

Commit bb8ac6d

Browse files
MAGETWO-88257: [Forwardport] Fixes #12791 - Use a selector to only select the correct tax rate sel #13795
- Merge Pull Request #13795 from nmalevanec/magento2:2.3-develop-PR-port-13643 - Merged commits: 1. 37a3794
2 parents c166940 + 37a3794 commit bb8ac6d

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)