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 8e21d5a commit 8f91c2bCopy full SHA for 8f91c2b
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