Skip to content

Commit

Permalink
ENGCOM-2160: Declare module namespace before template path name(Magen…
Browse files Browse the repository at this point in the history
…to_Sales::order/creditmemo.phtml). #16481
  • Loading branch information
VladimirZaets committed Jul 2, 2018
2 parents 717879c + d96654d commit cf98665
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 @@ -19,7 +19,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 cf98665

Please sign in to comment.