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

 - Merge Pull Request #16586 from mageprince/magento2:2.1-develop-PR-port-16481
 - Merged commits:
   1. e39ca3e
  • Loading branch information
magento-engcom-team committed Jul 6, 2018
2 parents e43594e + e39ca3e commit f4e6ca8
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 f4e6ca8

Please sign in to comment.