Skip to content

Commit adf1c26

Browse files
committed
MAGETWO-39165: "Refund" and "Refund Offline" buttons on Credit Memo page are secondary
1 parent 2b81885 commit adf1c26

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Sales/Block/Adminhtml/Order/Creditmemo/Create

1 file changed

+2
-2
lines changed

app/code/Magento/Sales/Block/Adminhtml/Order/Creditmemo/Create/Items.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ protected function _prepareLayout()
6363
'Magento\Backend\Block\Widget\Button',
6464
[
6565
'label' => __('Refund'),
66-
'class' => 'save submit-button refund',
66+
'class' => 'save submit-button refund primary',
6767
'onclick' => 'disableElements(\'submit-button\');submitCreditMemo()'
6868
]
6969
);
@@ -73,7 +73,7 @@ protected function _prepareLayout()
7373
'Magento\Backend\Block\Widget\Button',
7474
[
7575
'label' => __('Refund Offline'),
76-
'class' => 'save submit-button',
76+
'class' => 'save submit-button primary',
7777
'onclick' => 'disableElements(\'submit-button\');submitCreditMemoOffline()'
7878
]
7979
);

0 commit comments

Comments
 (0)