Skip to content

Commit fee5a13

Browse files
committed
Typo Mistake
1 parent 06a0dd0 commit fee5a13

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/Adjustments.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function initTotals()
6060
{
6161
$parent = $this->getParentBlock();
6262
$this->_source = $parent->getSource();
63-
$total = new \Magento\Framework\DataObject(['code' => 'agjustments', 'block_name' => $this->getNameInLayout()]);
63+
$total = new \Magento\Framework\DataObject(['code' => 'adjustments', 'block_name' => $this->getNameInLayout()]);
6464
$parent->removeTotal('shipping');
6565
$parent->removeTotal('adjustment_positive');
6666
$parent->removeTotal('adjustment_negative');

0 commit comments

Comments
 (0)