Skip to content

Commit feae0c5

Browse files
author
Oleksii Korshenko
committed
MAGETWO-69551: Coupon codes not showing in invoice print out #9216 #9780
- Merge Pull Request #9780 from naouibelgacem/magento2:develop
2 parents 83e7b3b + 8f91c2b commit feae0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Model/Order/Pdf/Total/DefaultTotal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,6 @@ public function getAmount()
165165
*/
166166
public function getTitleDescription()
167167
{
168-
return $this->getSource()->getDataUsingMethod($this->getTitleSourceField());
168+
return $this->getSource()->getOrder()->getData($this->getTitleSourceField());
169169
}
170170
}

0 commit comments

Comments
 (0)