We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b81885 commit adf1c26Copy full SHA for adf1c26
app/code/Magento/Sales/Block/Adminhtml/Order/Creditmemo/Create/Items.php
@@ -63,7 +63,7 @@ protected function _prepareLayout()
63
'Magento\Backend\Block\Widget\Button',
64
[
65
'label' => __('Refund'),
66
- 'class' => 'save submit-button refund',
+ 'class' => 'save submit-button refund primary',
67
'onclick' => 'disableElements(\'submit-button\');submitCreditMemo()'
68
]
69
);
@@ -73,7 +73,7 @@ protected function _prepareLayout()
73
74
75
'label' => __('Refund Offline'),
76
- 'class' => 'save submit-button',
+ 'class' => 'save submit-button primary',
77
'onclick' => 'disableElements(\'submit-button\');submitCreditMemoOffline()'
78
79
0 commit comments