Skip to content

Commit

Permalink
Coupon codes not showing in invoice print out #9216
Browse files Browse the repository at this point in the history
  • Loading branch information
naouibelgacem committed May 29, 2017
1 parent 8e21d5a commit 8f91c2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,6 @@ public function getAmount()
*/
public function getTitleDescription()
{
return $this->getSource()->getDataUsingMethod($this->getTitleSourceField());
return $this->getSource()->getOrder()->getData($this->getTitleSourceField());
}
}

0 comments on commit 8f91c2b

Please sign in to comment.