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 af11104 + feae0c5 commit d3d0610Copy full SHA for d3d0610
app/code/Magento/Sales/Model/Order/Pdf/Total/DefaultTotal.php
@@ -165,6 +165,6 @@ public function getAmount()
165
*/
166
public function getTitleDescription()
167
{
168
- return $this->getSource()->getDataUsingMethod($this->getTitleSourceField());
+ return $this->getSource()->getOrder()->getData($this->getTitleSourceField());
169
}
170
0 commit comments