Skip to content

Commit e4508f6

Browse files
ENGCOM-5325: Fixed Credit memo submit button(refund) stays disable after validation fails & unable to enable button issue. #23286
- Merge Pull Request #23286 from nishantjariwala/magento2:credit-memo-submit-btn-disable - Merged commits: 1. 2485940
2 parents 020ab6e + 2485940 commit e4508f6

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)