File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
app/code/Magento/Sales/view/adminhtml/templates/order/creditmemo/create
dev/tests/functional/tests/app/Magento/Sales/Test/TestStep Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ $_items = $block->getCreditmemo()->getAllItems();
104
104
<span class="title"><?= $ block ->escapeHtml (__ ('Refund Totals ' )) ?> </span>
105
105
</div>
106
106
<?= $ block ->getChildHtml ('creditmemo_totals ' ) ?>
107
- <div class="totals-actions"><?= $ viewModel ->getUpdateTotalsButton () ?> </div>
107
+ <div class="totals-actions"><?= /* @noEscape */ $ viewModel ->getUpdateTotalsButton () ?> </div>
108
108
<div class="order-totals-actions">
109
109
<div class="field choice admin__field admin__field-option field-append-comments">
110
110
<input id="notify_customer"
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ public function run()
100
100
if ($ hasChangeTotals ) {
101
101
$ this ->orderCreditMemoNew ->getTotalsBlock ()->clickUpdateTotals ();
102
102
}
103
+ $ this ->orderCreditMemoNew ->getFormBlock ()->submit ();
103
104
}
104
105
105
106
return [
You can’t perform that action at this time.
0 commit comments