Skip to content

Commit 68e9cee

Browse files
author
Partica, Cristian
committed
MAGETWO-44415: Impossible edit tax rate from "New Tax Rule" page
- fixed the open command for the new js modal to openModal
1 parent f920640 commit 68e9cee

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ require([
8888
item.itemElement = that.prev();
8989
$('#tax-rate-form')
9090
.dialogRates({itemRate: item})
91-
.dialogRates('open');
91+
.dialogRates('openModal');
9292

9393
} else {
9494
if (result.error_message)

0 commit comments

Comments
 (0)