Skip to content

Commit bd95228

Browse files
author
Stanislav Idolov
authored
ENGCOM-2208: [Backport] Declare module namespace before template path name(Magento_Sales::order/creditmemo.phtml). #16586
2 parents 6d26865 + f4e6ca8 commit bd95228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Creditmemo extends \Magento\Sales\Block\Order\Creditmemo\Items
1717
/**
1818
* @var string
1919
*/
20-
protected $_template = 'order/creditmemo.phtml';
20+
protected $_template = 'Magento_Sales::order/creditmemo.phtml';
2121

2222
/**
2323
* @var \Magento\Framework\App\Http\Context

0 commit comments

Comments
 (0)