Skip to content

Commit fe542e1

Browse files
ENGCOM-2157: [Forwordport] Declare module namespace before template path name(Magento_Sales::order/info.phtml). #16476
2 parents cf98665 + ad9ffe3 commit fe542e1

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Sales/Block/Order

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Info extends \Magento\Framework\View\Element\Template
2323
/**
2424
* @var string
2525
*/
26-
protected $_template = 'order/info.phtml';
26+
protected $_template = 'Magento_Sales::order/info.phtml';
2727

2828
/**
2929
* Core registry

0 commit comments

Comments
 (0)