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 500a9e5 commit 41c3aa2Copy full SHA for 41c3aa2
app/code/Magento/Sales/Block/Adminhtml/Order/Totals/Tax.php
@@ -95,7 +95,7 @@ public function getFullTaxInfo()
95
96
$taxClassAmount = $this->_taxHelper->getCalculatedTaxes($source);
97
if (empty($taxClassAmount)) {
98
- $rates = $this->_taxOrderFactory->create()->getCollection()->loadByOrder($source)->toArray();
+ $rates = $this->_taxOrderFactory->create()->getCollection()->loadByOrder($this->getOrder())->toArray();
99
$taxClassAmount = $this->_taxCalculation->reproduceProcess($rates['items']);
100
}
101
0 commit comments