Skip to content

Commit 02701a3

Browse files
committed
MC-17003: Update Totals button is missing from Credit Memo page
1 parent 683a87d commit 02701a3

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ protected function _prepareLayout()
5656
$this->addChild(
5757
'update_button',
5858
\Magento\Backend\Block\Widget\Button::class,
59-
['label' => __('Update Qty\'s'), 'class' => 'update-button', 'onclick' => $onclick]
59+
['label' => __('Update Qty\'s'), 'class' => 'update-button secondary', 'onclick' => $onclick]
6060
);
6161
$this->addChild(
6262
'update_totals_button',

0 commit comments

Comments
 (0)