Skip to content

Commit 519033a

Browse files
ENGCOM-2161: Declare module namespace before template path name(Magento_Sales::order/history.phtml). #16484
- Merge Pull Request #16484 from mage2pratik/magento2:patch-1 - Merged commits: 1. 23c8639
2 parents f947cad + 23c8639 commit 519033a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Block/Order/History.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class History extends \Magento\Framework\View\Element\Template
1919
/**
2020
* @var string
2121
*/
22-
protected $_template = 'order/history.phtml';
22+
protected $_template = 'Magento_Sales::order/history.phtml';
2323

2424
/**
2525
* @var \Magento\Sales\Model\ResourceModel\Order\CollectionFactory

0 commit comments

Comments
 (0)