Skip to content

Commit 36e5f60

Browse files
ENGCOM-6726: Typo Mistake #26542
- Merge Pull Request #26542 from mayankzalavadia/magento2:2.4-develop - Merged commits: 1. fee5a13
2 parents 1fdd709 + fee5a13 commit 36e5f60

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)