Skip to content

Commit 2485940

Browse files
Fixed button disabled although value is correct.
1 parent 8e16abc commit 2485940

File tree

1 file changed

+3
-0
lines changed
  • app/code/Magento/Sales/view/adminhtml/templates/order/creditmemo/create/totals

1 file changed

+3
-0
lines changed

app/code/Magento/Sales/view/adminhtml/templates/order/creditmemo/create/totals/adjustments.phtml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@
6969
enableElements('submit-button');
7070
}
7171
});
72+
$(id).observe('change', function (event) {
73+
enableElements('submit-button');
74+
});
7275
}
7376
//]]>
7477

0 commit comments

Comments
 (0)