Skip to content

Commit

Permalink
ENGCOM-2208: [Backport] Declare module namespace before template path…
Browse files Browse the repository at this point in the history
… name(Magento_Sales::order/creditmemo.phtml). #16586
  • Loading branch information
Stanislav Idolov committed Jul 6, 2018
2 parents 6d26865 + f4e6ca8 commit bd95228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Sales/Block/Order/Creditmemo.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Creditmemo extends \Magento\Sales\Block\Order\Creditmemo\Items
/**
* @var string
*/
protected $_template = 'order/creditmemo.phtml';
protected $_template = 'Magento_Sales::order/creditmemo.phtml';

/**
* @var \Magento\Framework\App\Http\Context
Expand Down

0 comments on commit bd95228

Please sign in to comment.