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 683a87d commit 02701a3Copy full SHA for 02701a3
app/code/Magento/Sales/Block/Adminhtml/Order/Creditmemo/Create/Items.php
@@ -56,7 +56,7 @@ protected function _prepareLayout()
56
$this->addChild(
57
'update_button',
58
\Magento\Backend\Block\Widget\Button::class,
59
- ['label' => __('Update Qty\'s'), 'class' => 'update-button', 'onclick' => $onclick]
+ ['label' => __('Update Qty\'s'), 'class' => 'update-button secondary', 'onclick' => $onclick]
60
);
61
62
'update_totals_button',
0 commit comments