Skip to content

Commit ab2d4d1

Browse files
ENGCOM-5325: Fixed Credit memo submit button(refund) stays disable after validation fails & unable to enable button issue. #23286
2 parents 135fa58 + e4508f6 commit ab2d4d1

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
@@ -66,6 +66,9 @@
6666
enableElements('submit-button');
6767
}
6868
});
69+
$(id).observe('change', function (event) {
70+
enableElements('submit-button');
71+
});
6972
}
7073
//]]>
7174

0 commit comments

Comments
 (0)