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.
2 parents 513e8a2 + 36e5f60 commit a668bfdCopy full SHA for a668bfd
app/code/Magento/Sales/Block/Adminhtml/Order/Creditmemo/Create/Adjustments.php
@@ -60,7 +60,7 @@ public function initTotals()
60
{
61
$parent = $this->getParentBlock();
62
$this->_source = $parent->getSource();
63
- $total = new \Magento\Framework\DataObject(['code' => 'agjustments', 'block_name' => $this->getNameInLayout()]);
+ $total = new \Magento\Framework\DataObject(['code' => 'adjustments', 'block_name' => $this->getNameInLayout()]);
64
$parent->removeTotal('shipping');
65
$parent->removeTotal('adjustment_positive');
66
$parent->removeTotal('adjustment_negative');
0 commit comments