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 b7887fa commit 9a9f43bCopy full SHA for 9a9f43b
app/code/core/Mage/Sales/Block/Order/Item/Renderer/Default.php
@@ -179,7 +179,7 @@ public function canDisplayGiftmessage(): bool
179
}
180
/** @var Mage_GiftMessage_Helper_Message $helper */
181
$helper = $this->helper('giftmessage/message');
182
- return $helper->getIsMessagesAvailable('order_item', $this->getItem()->getOrderItem()) && $this->getItem()->getGiftMessageId();
+ return $helper->getIsMessagesAvailable('order_item', $this->getOrderItem()) && $this->getItem()->getGiftMessageId();
183
184
185
public function getGiftMessage(): ?Mage_GiftMessage_Model_Message
0 commit comments