Skip to content

Commit 5422414

Browse files
committed
Update Tier.php
Declare module namespace before template path
1 parent 4697542 commit 5422414

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Price

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Price/Tier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Tier extends Group\AbstractGroup
1313
/**
1414
* @var string
1515
*/
16-
protected $_template = 'catalog/product/edit/price/tier.phtml';
16+
protected $_template = 'Magento_Catalog::catalog/product/edit/price/tier.phtml';
1717

1818
/**
1919
* Retrieve list of initial customer groups

0 commit comments

Comments
 (0)