Skip to content

Commit

Permalink
Update Vat.php
Browse files Browse the repository at this point in the history
Declare module namespace before template path
  • Loading branch information
mageprince authored Jul 3, 2018
1 parent b83ebb5 commit bee1aa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Vat extends \Magento\Backend\Block\Widget\Form\Renderer\Fieldset\Element
/**
* @var string
*/
protected $_template = 'sales/order/create/address/form/renderer/vat.phtml';
protected $_template = 'Magento_Customer::sales/order/create/address/form/renderer/vat.phtml';

/**
* @var \Magento\Framework\Json\EncoderInterface
Expand Down

0 comments on commit bee1aa4

Please sign in to comment.